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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConfigurationSetsResponse.BuilderconfigurationSets(String... configurationSets)An object that contains a list of configuration sets for your account in the current region.ListConfigurationSetsResponse.BuilderconfigurationSets(Collection<String> configurationSets)An object that contains a list of configuration sets for your account in the current region.ListConfigurationSetsResponse.BuildernextToken(String nextToken)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
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoice.model.PinpointSmsVoiceResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
configurationSets
ListConfigurationSetsResponse.Builder configurationSets(Collection<String> 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
ListConfigurationSetsResponse.Builder configurationSets(String... 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
ListConfigurationSetsResponse.Builder nextToken(String 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.
-
-