public static interface DescribeOptOutListsRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<DescribeOptOutListsRequest.Builder,DescribeOptOutListsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeOptOutListsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per each request.
|
DescribeOptOutListsRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribeOptOutListsRequest.Builder |
optOutListNames(Collection<String> optOutListNames)
The OptOutLists to show the details of.
|
DescribeOptOutListsRequest.Builder |
optOutListNames(String... optOutListNames)
The OptOutLists to show the details of.
|
DescribeOptOutListsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeOptOutListsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeOptOutListsRequest.Builder optOutListNames(Collection<String> optOutListNames)
The OptOutLists to show the details of. This is an array of strings that can be either the OptOutListName or OptOutListArn.
optOutListNames - The OptOutLists to show the details of. This is an array of strings that can be either the
OptOutListName or OptOutListArn.DescribeOptOutListsRequest.Builder optOutListNames(String... optOutListNames)
The OptOutLists to show the details of. This is an array of strings that can be either the OptOutListName or OptOutListArn.
optOutListNames - The OptOutLists to show the details of. This is an array of strings that can be either the
OptOutListName or OptOutListArn.DescribeOptOutListsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
nextToken - The token to be used for the next set of paginated results. You don't need to supply a value for this
field in the initial request.DescribeOptOutListsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per each request.
maxResults - The maximum number of results to return per each request.DescribeOptOutListsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeOptOutListsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.