CopyableBuilder<ListConfigurationSetsResponse.Builder,ListConfigurationSetsResponse>
, SdkBuilder<ListConfigurationSetsResponse.Builder,ListConfigurationSetsResponse>
public static interface ListConfigurationSetsResponse.Builder extends CopyableBuilder<ListConfigurationSetsResponse.Builder,ListConfigurationSetsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListConfigurationSetsResponse.Builder |
configurationSets(Collection<ConfigurationSet> configurationSets) |
A list of configuration sets.
|
ListConfigurationSetsResponse.Builder |
configurationSets(ConfigurationSet... configurationSets) |
A list of configuration sets.
|
ListConfigurationSetsResponse.Builder |
nextToken(String nextToken) |
A token indicating that there are additional configuration sets available to be listed.
|
copy
apply, build
ListConfigurationSetsResponse.Builder configurationSets(Collection<ConfigurationSet> configurationSets)
A list of configuration sets.
configurationSets
- A list of configuration sets.ListConfigurationSetsResponse.Builder configurationSets(ConfigurationSet... configurationSets)
A list of configuration sets.
NOTE: This method appends the values to the existing list (if any). Use
#setConfigurationSets(java.util.Collection)
or #withConfigurationSets(java.util.Collection)
if you want to override the existing values.
configurationSets
- A list of configuration sets.ListConfigurationSetsResponse.Builder nextToken(String nextToken)
A token indicating that there are additional configuration sets available to be listed. Pass this token to
successive calls of ListConfigurationSets
.
nextToken
- A token indicating that there are additional configuration sets available to be listed. Pass this
token to successive calls of ListConfigurationSets
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.