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 |
configurationSets(Consumer<ConfigurationSet.Builder>... configurationSets)
A list of configuration sets.
|
ListConfigurationSetsResponse.Builder |
nextToken(String nextToken)
A token indicating that there are additional configuration sets available to be listed.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 configurationSets(Consumer<ConfigurationSet.Builder>... configurationSets)
A list of configuration sets.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #configurationSets(List) .configurationSets - a consumer that will call methods on List.Builder #configurationSets(List) 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.