CopyableBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>, SdkBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>public static interface ListConfigurationSetsRequest.Builder extends CopyableBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ListConfigurationSetsRequest.Builder |
maxItems(Integer maxItems) |
The number of configuration sets to return.
|
ListConfigurationSetsRequest.Builder |
nextToken(String nextToken) |
A token returned from a previous call to
ListConfigurationSets to indicate the position of the
configuration set in the configuration set list. |
copyapply, buildListConfigurationSetsRequest.Builder nextToken(String nextToken)
A token returned from a previous call to ListConfigurationSets to indicate the position of the
configuration set in the configuration set list.
nextToken - A token returned from a previous call to ListConfigurationSets to indicate the position
of the configuration set in the configuration set list.ListConfigurationSetsRequest.Builder maxItems(Integer maxItems)
The number of configuration sets to return.
maxItems - The number of configuration sets to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.