public static interface CreateCloudFormationChangeSetResponse.Builder extends ServerlessApplicationRepositoryResponse.Builder, SdkPojo, CopyableBuilder<CreateCloudFormationChangeSetResponse.Builder,CreateCloudFormationChangeSetResponse>
Modifier and Type | Method and Description |
---|---|
CreateCloudFormationChangeSetResponse.Builder |
applicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
CreateCloudFormationChangeSetResponse.Builder |
changeSetId(String changeSetId)
The Amazon Resource Name (ARN) of the change set.
|
CreateCloudFormationChangeSetResponse.Builder |
semanticVersion(String semanticVersion)
The semantic version of the application:
|
CreateCloudFormationChangeSetResponse.Builder |
stackId(String stackId)
The unique ID of the stack.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateCloudFormationChangeSetResponse.Builder applicationId(String applicationId)
The application Amazon Resource Name (ARN).
applicationId
- The application Amazon Resource Name (ARN).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:/]*
changeSetId
- The Amazon Resource Name (ARN) of the change set.
Length constraints: Minimum length of 1.
Pattern: ARN:[-a-zA-Z0-9:/]*
CreateCloudFormationChangeSetResponse.Builder semanticVersion(String semanticVersion)
The semantic version of the application:
semanticVersion
- The semantic version of the application:
CreateCloudFormationChangeSetResponse.Builder stackId(String stackId)
The unique ID of the stack.
stackId
- The unique ID of the stack.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.