Interface DeleteVerifiedDestinationNumberResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteVerifiedDestinationNumberResponse.Builder,
,DeleteVerifiedDestinationNumberResponse> PinpointSmsVoiceV2Response.Builder
,SdkBuilder<DeleteVerifiedDestinationNumberResponse.Builder,
,DeleteVerifiedDestinationNumberResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteVerifiedDestinationNumberResponse
@Mutable
@NotThreadSafe
public static interface DeleteVerifiedDestinationNumberResponse.Builder
extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeleteVerifiedDestinationNumberResponse.Builder,DeleteVerifiedDestinationNumberResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The time when the destination phone number was created, in UNIX epoch time format.destinationPhoneNumber
(String destinationPhoneNumber) The verified destination phone number, in E.164 format.verifiedDestinationNumberArn
(String verifiedDestinationNumberArn) The Amazon Resource Name (ARN) for the verified destination phone number.verifiedDestinationNumberId
(String verifiedDestinationNumberId) The unique identifier for the verified destination phone number.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
verifiedDestinationNumberArn
DeleteVerifiedDestinationNumberResponse.Builder verifiedDestinationNumberArn(String verifiedDestinationNumberArn) The Amazon Resource Name (ARN) for the verified destination phone number.
- Parameters:
verifiedDestinationNumberArn
- The Amazon Resource Name (ARN) for the verified destination phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verifiedDestinationNumberId
DeleteVerifiedDestinationNumberResponse.Builder verifiedDestinationNumberId(String verifiedDestinationNumberId) The unique identifier for the verified destination phone number.
- Parameters:
verifiedDestinationNumberId
- The unique identifier for the verified destination phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPhoneNumber
DeleteVerifiedDestinationNumberResponse.Builder destinationPhoneNumber(String destinationPhoneNumber) The verified destination phone number, in E.164 format.
- Parameters:
destinationPhoneNumber
- The verified destination phone number, in E.164 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
The time when the destination phone number was created, in UNIX epoch time format.
- Parameters:
createdTimestamp
- The time when the destination phone number was created, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-