CopyableBuilder<ListChangeSetsRequest.Builder,ListChangeSetsRequest>
, SdkBuilder<ListChangeSetsRequest.Builder,ListChangeSetsRequest>
public static interface ListChangeSetsRequest.Builder extends CopyableBuilder<ListChangeSetsRequest.Builder,ListChangeSetsRequest>
Modifier and Type | Method | 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 |
stackName(String stackName) |
The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.
|
copy
apply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.