public static interface DescribeChangeSetRequest.Builder extends CloudFormationRequest.Builder, CopyableBuilder<DescribeChangeSetRequest.Builder,DescribeChangeSetRequest>
| Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeChangeSetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, 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.DescribeChangeSetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeChangeSetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.