Interface UpdateTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateTemplateRequest.Builder,UpdateTemplateRequest>,MigrationHubOrchestratorRequest.Builder,SdkBuilder<UpdateTemplateRequest.Builder,UpdateTemplateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateTemplateRequest
public static interface UpdateTemplateRequest.Builder extends MigrationHubOrchestratorRequest.Builder, SdkPojo, CopyableBuilder<UpdateTemplateRequest.Builder,UpdateTemplateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateTemplateRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.UpdateTemplateRequest.Builderid(String id)The ID of the request to update a migration workflow template.UpdateTemplateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateTemplateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateTemplateRequest.BuildertemplateDescription(String templateDescription)The description of the migration workflow template to update.UpdateTemplateRequest.BuildertemplateName(String templateName)The name of the migration workflow template to update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationHubOrchestratorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
UpdateTemplateRequest.Builder id(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-