Interface UpdateTemplateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateTemplateResponse.Builder,,UpdateTemplateResponse> MigrationHubOrchestratorResponse.Builder,SdkBuilder<UpdateTemplateResponse.Builder,,UpdateTemplateResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateTemplateResponse
public static interface UpdateTemplateResponse.Builder
extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<UpdateTemplateResponse.Builder,UpdateTemplateResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe tags added to the migration workflow template.templateArn(String templateArn) The ARN of the migration workflow template being updated.templateId(String templateId) The ID of the migration workflow template being updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationHubOrchestratorResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
templateId
The ID of the migration workflow template being updated.
- Parameters:
templateId- The ID of the migration workflow template being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateArn
The ARN of the migration workflow template being updated. The format for an Migration Hub Orchestrator template ARN is
arn:aws:migrationhub-orchestrator:region:account:template/template-abcd1234. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.- Parameters:
templateArn- The ARN of the migration workflow template being updated. The format for an Migration Hub Orchestrator template ARN isarn:aws:migrationhub-orchestrator:region:account:template/template-abcd1234. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags added to the migration workflow template.
- Parameters:
tags- The tags added to the migration workflow template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-