Interface VerifyDestinationNumberResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<VerifyDestinationNumberResponse.Builder,VerifyDestinationNumberResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<VerifyDestinationNumberResponse.Builder,VerifyDestinationNumberResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- VerifyDestinationNumberResponse
public static interface VerifyDestinationNumberResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<VerifyDestinationNumberResponse.Builder,VerifyDestinationNumberResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerifyDestinationNumberResponse.BuildercreatedTimestamp(Instant createdTimestamp)The time when the destination phone number was created, in UNIX epoch time format.VerifyDestinationNumberResponse.BuilderdestinationPhoneNumber(String destinationPhoneNumber)The phone number in E.164 format.VerifyDestinationNumberResponse.Builderstatus(String status)The status for being able to send messages to the phone number.VerifyDestinationNumberResponse.Builderstatus(VerificationStatus status)The status for being able to send messages to the phone number.VerifyDestinationNumberResponse.BuilderverifiedDestinationNumberArn(String verifiedDestinationNumberArn)The Amazon Resource Name (ARN) for the verified destination phone number.VerifyDestinationNumberResponse.BuilderverifiedDestinationNumberId(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
verifiedDestinationNumberArn
VerifyDestinationNumberResponse.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
VerifyDestinationNumberResponse.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
VerifyDestinationNumberResponse.Builder destinationPhoneNumber(String destinationPhoneNumber)
The phone number in E.164 format.
- Parameters:
destinationPhoneNumber- The phone number in E.164 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
VerifyDestinationNumberResponse.Builder status(String status)
The status for being able to send messages to the phone number.
- Parameters:
status- The status for being able to send messages to the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VerificationStatus,VerificationStatus
-
status
VerifyDestinationNumberResponse.Builder status(VerificationStatus status)
The status for being able to send messages to the phone number.
- Parameters:
status- The status for being able to send messages to the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VerificationStatus,VerificationStatus
-
createdTimestamp
VerifyDestinationNumberResponse.Builder createdTimestamp(Instant 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.
-
-