Interface DescribeVerifiedDestinationNumbersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeVerifiedDestinationNumbersRequest.Builder,
,DescribeVerifiedDestinationNumbersRequest> PinpointSmsVoiceV2Request.Builder
,SdkBuilder<DescribeVerifiedDestinationNumbersRequest.Builder,
,DescribeVerifiedDestinationNumbersRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeVerifiedDestinationNumbersRequest
-
Method Summary
Modifier and TypeMethodDescriptiondestinationPhoneNumbers
(String... destinationPhoneNumbers) An array of verified destination phone number, in E.164 format.destinationPhoneNumbers
(Collection<String> destinationPhoneNumbers) An array of verified destination phone number, in E.164 format.filters
(Collection<VerifiedDestinationNumberFilter> filters) An array of VerifiedDestinationNumberFilter objects to filter the results.filters
(Consumer<VerifiedDestinationNumberFilter.Builder>... filters) An array of VerifiedDestinationNumberFilter objects to filter the results.filters
(VerifiedDestinationNumberFilter... filters) An array of VerifiedDestinationNumberFilter objects to filter the results.maxResults
(Integer maxResults) The maximum number of results to return per each request.The token to be used for the next set of paginated results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.verifiedDestinationNumberIds
(String... verifiedDestinationNumberIds) An array of VerifiedDestinationNumberid to retrieve.verifiedDestinationNumberIds
(Collection<String> verifiedDestinationNumberIds) An array of VerifiedDestinationNumberid to retrieve.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.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Request.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 Details
-
verifiedDestinationNumberIds
DescribeVerifiedDestinationNumbersRequest.Builder verifiedDestinationNumberIds(Collection<String> verifiedDestinationNumberIds) An array of VerifiedDestinationNumberid to retrieve.
- Parameters:
verifiedDestinationNumberIds
- An array of VerifiedDestinationNumberid to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verifiedDestinationNumberIds
DescribeVerifiedDestinationNumbersRequest.Builder verifiedDestinationNumberIds(String... verifiedDestinationNumberIds) An array of VerifiedDestinationNumberid to retrieve.
- Parameters:
verifiedDestinationNumberIds
- An array of VerifiedDestinationNumberid to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPhoneNumbers
DescribeVerifiedDestinationNumbersRequest.Builder destinationPhoneNumbers(Collection<String> destinationPhoneNumbers) An array of verified destination phone number, in E.164 format.
- Parameters:
destinationPhoneNumbers
- An array of verified destination phone number, in E.164 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPhoneNumbers
DescribeVerifiedDestinationNumbersRequest.Builder destinationPhoneNumbers(String... destinationPhoneNumbers) An array of verified destination phone number, in E.164 format.
- Parameters:
destinationPhoneNumbers
- An array of verified destination phone number, in E.164 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeVerifiedDestinationNumbersRequest.Builder filters(Collection<VerifiedDestinationNumberFilter> filters) An array of VerifiedDestinationNumberFilter objects to filter the results.
- Parameters:
filters
- An array of VerifiedDestinationNumberFilter objects to filter the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeVerifiedDestinationNumbersRequest.Builder filters(VerifiedDestinationNumberFilter... filters) An array of VerifiedDestinationNumberFilter objects to filter the results.
- Parameters:
filters
- An array of VerifiedDestinationNumberFilter objects to filter the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeVerifiedDestinationNumbersRequest.Builder filters(Consumer<VerifiedDestinationNumberFilter.Builder>... filters) An array of VerifiedDestinationNumberFilter objects to filter the results.
This is a convenience method that creates an instance of theVerifiedDestinationNumberFilter.Builder
avoiding the need to create one manually viaVerifiedDestinationNumberFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<VerifiedDestinationNumberFilter>)
.- Parameters:
filters
- a consumer that will call methods onVerifiedDestinationNumberFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return per each request.
- Parameters:
maxResults
- The maximum number of results to return per each request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeVerifiedDestinationNumbersRequest.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
DescribeVerifiedDestinationNumbersRequest.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.
-