public static interface CreateChangeSetResponse.Builder extends CloudFormationResponse.Builder, CopyableBuilder<CreateChangeSetResponse.Builder,CreateChangeSetResponse>
Modifier and Type | Method and Description |
---|---|
CreateChangeSetResponse.Builder |
id(String id)
The Amazon Resource Name (ARN) of the change set.
|
CreateChangeSetResponse.Builder |
stackId(String stackId)
The unique ID of the stack.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateChangeSetResponse.Builder id(String id)
The Amazon Resource Name (ARN) of the change set.
id
- The Amazon Resource Name (ARN) of the change set.CreateChangeSetResponse.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.