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
Modifier and TypeMethodDescriptionA token returned from a previous call to the API that indicates the position in the list of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFields
-
Method Details
-
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListConfigurationSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-