Interface CreateTemplateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateTemplateResponse.Builder,CreateTemplateResponse>,MigrationHubOrchestratorResponse.Builder,SdkBuilder<CreateTemplateResponse.Builder,CreateTemplateResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateTemplateResponse
public static interface CreateTemplateResponse.Builder extends MigrationHubOrchestratorResponse.Builder, SdkPojo, CopyableBuilder<CreateTemplateResponse.Builder,CreateTemplateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTemplateResponse.Buildertags(Map<String,String> tags)The tags added to the migration workflow template.CreateTemplateResponse.BuildertemplateArn(String templateArn)The Amazon Resource Name (ARN) of the migration workflow template.CreateTemplateResponse.BuildertemplateId(String templateId)The ID of the migration workflow template.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationHubOrchestratorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
templateId
CreateTemplateResponse.Builder templateId(String templateId)
The ID of the migration workflow template.
- Parameters:
templateId- The ID of the migration workflow template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateArn
CreateTemplateResponse.Builder templateArn(String templateArn)
The Amazon Resource Name (ARN) of the migration workflow template. 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 Amazon Resource Name (ARN) of the migration workflow template. 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
CreateTemplateResponse.Builder tags(Map<String,String> 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.
-
-