Interface CreateCloudFormationChangeSetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateCloudFormationChangeSetResponse.Builder,
,CreateCloudFormationChangeSetResponse> SdkBuilder<CreateCloudFormationChangeSetResponse.Builder,
,CreateCloudFormationChangeSetResponse> SdkPojo
,SdkResponse.Builder
,ServerlessApplicationRepositoryResponse.Builder
- Enclosing class:
CreateCloudFormationChangeSetResponse
public static interface CreateCloudFormationChangeSetResponse.Builder
extends ServerlessApplicationRepositoryResponse.Builder, SdkPojo, CopyableBuilder<CreateCloudFormationChangeSetResponse.Builder,CreateCloudFormationChangeSetResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The application Amazon Resource Name (ARN).changeSetId
(String changeSetId) The Amazon Resource Name (ARN) of the change set.semanticVersion
(String semanticVersion) The semantic version of the application:The unique ID of the stack.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
Methods inherited from interface software.amazon.awssdk.services.serverlessapplicationrepository.model.ServerlessApplicationRepositoryResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
applicationId
The application Amazon Resource Name (ARN).
- Parameters:
applicationId
- The application Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSetId
The Amazon Resource Name (ARN) of the change set.
Length constraints: Minimum length of 1.
Pattern: ARN:[-a-zA-Z0-9:/]*
- Parameters:
changeSetId
- The Amazon Resource Name (ARN) of the change set.Length constraints: Minimum length of 1.
Pattern: ARN:[-a-zA-Z0-9:/]*
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
semanticVersion
The semantic version of the application:
- Parameters:
semanticVersion
- The semantic version of the application:- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackId
The unique ID of the stack.
- Parameters:
stackId
- The unique ID of the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-