GetContactChannelResponse.Builder |
GetContactChannelResponse.Builder.activationStatus(String activationStatus) |
A Boolean value indicating if the contact channel has been activated or not.
|
GetContactChannelResponse.Builder |
GetContactChannelResponse.Builder.activationStatus(ActivationStatus activationStatus) |
A Boolean value indicating if the contact channel has been activated or not.
|
static GetContactChannelResponse.Builder |
GetContactChannelResponse.builder() |
|
GetContactChannelResponse.Builder |
GetContactChannelResponse.Builder.contactArn(String contactArn) |
The ARN of the contact that the channel belongs to.
|
GetContactChannelResponse.Builder |
GetContactChannelResponse.Builder.contactChannelArn(String contactChannelArn) |
The ARN of the contact channel.
|
default GetContactChannelResponse.Builder |
GetContactChannelResponse.Builder.deliveryAddress(Consumer<ContactChannelAddress.Builder> deliveryAddress) |
The details that Incident Manager uses when trying to engage the contact channel.
|
GetContactChannelResponse.Builder |
GetContactChannelResponse.Builder.deliveryAddress(ContactChannelAddress deliveryAddress) |
The details that Incident Manager uses when trying to engage the contact channel.
|
GetContactChannelResponse.Builder |
GetContactChannelResponse.Builder.name(String name) |
The name of the contact channel
|
GetContactChannelResponse.Builder |
GetContactChannelResponse.toBuilder() |
|
GetContactChannelResponse.Builder |
GetContactChannelResponse.Builder.type(String type) |
The type of contact channel.
|
GetContactChannelResponse.Builder |
GetContactChannelResponse.Builder.type(ChannelType type) |
The type of contact channel.
|