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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCloudFormationChangeSetResponse.BuilderapplicationId(String applicationId)The application Amazon Resource Name (ARN).CreateCloudFormationChangeSetResponse.BuilderchangeSetId(String changeSetId)The Amazon Resource Name (ARN) of the change set.CreateCloudFormationChangeSetResponse.BuildersemanticVersion(String semanticVersion)The semantic version of the application:CreateCloudFormationChangeSetResponse.BuilderstackId(String stackId)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 Detail
-
applicationId
CreateCloudFormationChangeSetResponse.Builder applicationId(String 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
CreateCloudFormationChangeSetResponse.Builder changeSetId(String 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
CreateCloudFormationChangeSetResponse.Builder semanticVersion(String 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
CreateCloudFormationChangeSetResponse.Builder stackId(String 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.
-
-