Interface ListConfigurationSetsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListConfigurationSetsResponse.Builder,,ListConfigurationSetsResponse> SdkBuilder<ListConfigurationSetsResponse.Builder,,ListConfigurationSetsResponse> SdkPojo,SdkResponse.Builder,SesResponse.Builder
- Enclosing class:
 ListConfigurationSetsResponse
public static interface ListConfigurationSetsResponse.Builder
extends SesResponse.Builder, SdkPojo, CopyableBuilder<ListConfigurationSetsResponse.Builder,ListConfigurationSetsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionconfigurationSets(Collection<ConfigurationSet> configurationSets) A list of configuration sets.configurationSets(Consumer<ConfigurationSet.Builder>... configurationSets) A list of configuration sets.configurationSets(ConfigurationSet... configurationSets) A list of configuration sets.A token indicating that there are additional configuration sets available to be listed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ses.model.SesResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
configurationSets
ListConfigurationSetsResponse.Builder configurationSets(Collection<ConfigurationSet> configurationSets) A list of configuration sets.
- Parameters:
 configurationSets- A list of configuration sets.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
configurationSets
A list of configuration sets.
- Parameters:
 configurationSets- A list of configuration sets.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
configurationSets
ListConfigurationSetsResponse.Builder configurationSets(Consumer<ConfigurationSet.Builder>... configurationSets) A list of configuration sets.
This is a convenience method that creates an instance of theConfigurationSet.Builderavoiding the need to create one manually viaConfigurationSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfigurationSets(List<ConfigurationSet>).- Parameters:
 configurationSets- a consumer that will call methods onConfigurationSet.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of
ListConfigurationSets.- Parameters:
 nextToken- A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls ofListConfigurationSets.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -