public static interface ListConfigurationSetsResponse.Builder extends SesResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theConfigurationSet.Builder avoiding the need to create one
manually via ConfigurationSet.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #configurationSets(List.
configurationSets - a consumer that will call methods on
ConfigurationSet.Builder#configurationSets(java.util.Collection) 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 © 2023. All rights reserved.