public static interface ListConfigurationSetsResponse.Builder extends SESResponse.Builder, CopyableBuilder<ListConfigurationSetsResponse.Builder,ListConfigurationSetsResponse>
| Modifier and Type | Method and 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.
|
buildcopyapply, buildListConfigurationSetsResponse.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.
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.