Interface UpdateProjectRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>, IoTSiteWiseRequest.Builder, SdkBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateProjectRequest

public static interface UpdateProjectRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
  • Method Details

    • projectId

      UpdateProjectRequest.Builder projectId(String projectId)

      The ID of the project to update.

      Parameters:
      projectId - The ID of the project to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • projectName

      UpdateProjectRequest.Builder projectName(String projectName)

      A new friendly name for the project.

      Parameters:
      projectName - A new friendly name for the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • projectDescription

      UpdateProjectRequest.Builder projectDescription(String projectDescription)

      A new description for the project.

      Parameters:
      projectDescription - A new description for the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      UpdateProjectRequest.Builder clientToken(String clientToken)

      A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

      Parameters:
      clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.