Interface ListConfigurationSetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>,PinpointSmsVoiceRequest.Builder,SdkBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListConfigurationSetsRequest
public static interface ListConfigurationSetsRequest.Builder extends PinpointSmsVoiceRequest.Builder, SdkPojo, CopyableBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConfigurationSetsRequest.BuildernextToken(String nextToken)A token returned from a previous call to the API that indicates the position in the list of results.ListConfigurationSetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConfigurationSetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListConfigurationSetsRequest.BuilderpageSize(String pageSize)Used to specify the number of items that should be returned in the response.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoice.model.PinpointSmsVoiceRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListConfigurationSetsRequest.Builder nextToken(String nextToken)
A token returned from a previous call to the API that indicates the position in the list of results.- Parameters:
nextToken- A token returned from a previous call to the API that indicates the position in the list of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
ListConfigurationSetsRequest.Builder pageSize(String pageSize)
Used to specify the number of items that should be returned in the response.- Parameters:
pageSize- Used to specify the number of items that should be returned in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListConfigurationSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListConfigurationSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-