Interface UpdateTemplateRequest.Builder

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

  • Method Details

    • id

      The ID of the request to update a migration workflow template.

      Parameters:
      id - The ID of the request to update a migration workflow template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateName

      UpdateTemplateRequest.Builder templateName(String templateName)

      The name of the migration workflow template to update.

      Parameters:
      templateName - The name of the migration workflow template to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateDescription

      UpdateTemplateRequest.Builder templateDescription(String templateDescription)

      The description of the migration workflow template to update.

      Parameters:
      templateDescription - The description of the migration workflow template to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      UpdateTemplateRequest.Builder clientToken(String clientToken)

      A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

      Parameters:
      clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateTemplateRequest.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.