Interface DescribeVerifiedDestinationNumbersResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeVerifiedDestinationNumbersResponse.Builder,DescribeVerifiedDestinationNumbersResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<DescribeVerifiedDestinationNumbersResponse.Builder,DescribeVerifiedDestinationNumbersResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeVerifiedDestinationNumbersResponse
public static interface DescribeVerifiedDestinationNumbersResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribeVerifiedDestinationNumbersResponse.Builder,DescribeVerifiedDestinationNumbersResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeVerifiedDestinationNumbersResponse.BuildernextToken(String nextToken)The token to be used for the next set of paginated results.DescribeVerifiedDestinationNumbersResponse.BuilderverifiedDestinationNumbers(Collection<VerifiedDestinationNumberInformation> verifiedDestinationNumbers)An array of VerifiedDestinationNumberInformation objectsDescribeVerifiedDestinationNumbersResponse.BuilderverifiedDestinationNumbers(Consumer<VerifiedDestinationNumberInformation.Builder>... verifiedDestinationNumbers)An array of VerifiedDestinationNumberInformation objectsDescribeVerifiedDestinationNumbersResponse.BuilderverifiedDestinationNumbers(VerifiedDestinationNumberInformation... verifiedDestinationNumbers)An array of VerifiedDestinationNumberInformation objects-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
verifiedDestinationNumbers
DescribeVerifiedDestinationNumbersResponse.Builder verifiedDestinationNumbers(Collection<VerifiedDestinationNumberInformation> verifiedDestinationNumbers)
An array of VerifiedDestinationNumberInformation objects
- Parameters:
verifiedDestinationNumbers- An array of VerifiedDestinationNumberInformation objects- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verifiedDestinationNumbers
DescribeVerifiedDestinationNumbersResponse.Builder verifiedDestinationNumbers(VerifiedDestinationNumberInformation... verifiedDestinationNumbers)
An array of VerifiedDestinationNumberInformation objects
- Parameters:
verifiedDestinationNumbers- An array of VerifiedDestinationNumberInformation objects- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verifiedDestinationNumbers
DescribeVerifiedDestinationNumbersResponse.Builder verifiedDestinationNumbers(Consumer<VerifiedDestinationNumberInformation.Builder>... verifiedDestinationNumbers)
An array of VerifiedDestinationNumberInformation objects
This is a convenience method that creates an instance of theVerifiedDestinationNumberInformation.Builderavoiding the need to create one manually viaVerifiedDestinationNumberInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#verifiedDestinationNumbers(List.) - Parameters:
verifiedDestinationNumbers- a consumer that will call methods onVerifiedDestinationNumberInformation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#verifiedDestinationNumbers(java.util.Collection)
-
nextToken
DescribeVerifiedDestinationNumbersResponse.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.
- 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.
-
-