CopyableBuilder<DescribeChangeSetRequest.Builder,DescribeChangeSetRequest>, SdkBuilder<DescribeChangeSetRequest.Builder,DescribeChangeSetRequest>public static interface DescribeChangeSetRequest.Builder extends CopyableBuilder<DescribeChangeSetRequest.Builder,DescribeChangeSetRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeChangeSetRequest.Builder |
changeSetName(String changeSetName) |
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
|
DescribeChangeSetRequest.Builder |
nextToken(String nextToken) |
A string (provided by the DescribeChangeSet response output) that identifies the next page of
information that you want to retrieve.
|
DescribeChangeSetRequest.Builder |
stackName(String stackName) |
If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to
describe.
|
copyapply, buildDescribeChangeSetRequest.Builder changeSetName(String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
changeSetName - The name or Amazon Resource Name (ARN) of the change set that you want to describe.DescribeChangeSetRequest.Builder stackName(String stackName)
If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
stackName - If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you
want to describe.DescribeChangeSetRequest.Builder nextToken(String nextToken)
A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
nextToken - A string (provided by the DescribeChangeSet response output) that identifies the next page of
information that you want to retrieve.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.