public static interface ListChangeSetsRequest.Builder extends CloudFormationRequest.Builder, CopyableBuilder<ListChangeSetsRequest.Builder,ListChangeSetsRequest>
Modifier and Type | Method and Description |
---|---|
ListChangeSetsRequest.Builder |
nextToken(String nextToken)
A string (provided by the ListChangeSets response output) that identifies the next page of change sets
that you want to retrieve.
|
ListChangeSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListChangeSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListChangeSetsRequest.Builder |
stackName(String stackName)
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
|
build
overrideConfiguration
copy
applyMutation, build
ListChangeSetsRequest.Builder stackName(String stackName)
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
stackName
- The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.ListChangeSetsRequest.Builder nextToken(String nextToken)
A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.
nextToken
- A string (provided by the ListChangeSets response output) that identifies the next page of
change sets that you want to retrieve.ListChangeSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListChangeSetsRequest.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.