public static interface CreateCloudFormationChangeSetResponse.Builder extends ServerlessApplicationRepositoryResponse.Builder, 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 ARN of the change set.\nLength Constraints: Minimum length of 1.\nPattern: arn:[-a-zA-Z0-9:/]*
|
CreateCloudFormationChangeSetResponse.Builder |
semanticVersion(String semanticVersion)
The semantic version of the application:\n\n https://semver.org/
|
CreateCloudFormationChangeSetResponse.Builder |
stackId(String stackId)
The unique ID of the stack.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateCloudFormationChangeSetResponse.Builder applicationId(String applicationId)
applicationId - The application Amazon Resource Name (ARN).CreateCloudFormationChangeSetResponse.Builder changeSetId(String changeSetId)
changeSetId - The ARN of the change set.\nLength Constraints: Minimum length of 1.\nPattern: arn:[-a-zA-Z0-9:/]*CreateCloudFormationChangeSetResponse.Builder semanticVersion(String semanticVersion)
semanticVersion - The semantic version of the application:\n\n https://semver.org/CreateCloudFormationChangeSetResponse.Builder stackId(String stackId)
stackId - The unique ID of the stack.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.