Interface ListConfigurationSetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListConfigurationSetsResponse.Builder,,ListConfigurationSetsResponse> PinpointSmsVoiceResponse.Builder,SdkBuilder<ListConfigurationSetsResponse.Builder,,ListConfigurationSetsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListConfigurationSetsResponse
public static interface ListConfigurationSetsResponse.Builder
extends PinpointSmsVoiceResponse.Builder, SdkPojo, CopyableBuilder<ListConfigurationSetsResponse.Builder,ListConfigurationSetsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationSets(String... configurationSets) An object that contains a list of configuration sets for your account in the current region.configurationSets(Collection<String> configurationSets) An object that contains a list of configuration sets for your account in the current region.A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.pinpointsmsvoice.model.PinpointSmsVoiceResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
configurationSets
An object that contains a list of configuration sets for your account in the current region.- Parameters:
configurationSets- An object that contains a list of configuration sets for your account in the current region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationSets
An object that contains a list of configuration sets for your account in the current region.- Parameters:
configurationSets- An object that contains a list of configuration sets for your account in the current region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.- Parameters:
nextToken- A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-