public static interface ListConfigurationSetsRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>
Modifier and Type | Method and Description |
---|---|
ListConfigurationSetsRequest.Builder |
nextToken(String nextToken)
A token returned from a previous call to
ListConfigurationSets to indicate the position in the
list of configuration sets. |
ListConfigurationSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListConfigurationSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListConfigurationSetsRequest.Builder |
pageSize(Integer pageSize)
The number of results to show in a single call to
ListConfigurationSets . |
build
overrideConfiguration
copy
applyMutation, build
ListConfigurationSetsRequest.Builder nextToken(String nextToken)
A token returned from a previous call to ListConfigurationSets
to indicate the position in the
list of configuration sets.
nextToken
- A token returned from a previous call to ListConfigurationSets
to indicate the position
in the list of configuration sets.ListConfigurationSetsRequest.Builder pageSize(Integer pageSize)
The number of results to show in a single call to ListConfigurationSets
. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken
element, which you can use to obtain additional results.
pageSize
- The number of results to show in a single call to ListConfigurationSets
. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken
element, which you can use to obtain additional results.ListConfigurationSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListConfigurationSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.