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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeChangeSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeChangeSetRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeChangeSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.