public static interface ContactChannel.Builder extends SdkPojo, CopyableBuilder<ContactChannel.Builder,ContactChannel>
| Modifier and Type | Method and Description |
|---|---|
ContactChannel.Builder |
activationStatus(ActivationStatus activationStatus)
A Boolean value describing if the contact channel has been activated or not.
|
ContactChannel.Builder |
activationStatus(String activationStatus)
A Boolean value describing if the contact channel has been activated or not.
|
ContactChannel.Builder |
contactArn(String contactArn)
The ARN of the contact that contains the contact channel.
|
ContactChannel.Builder |
contactChannelArn(String contactChannelArn)
The Amazon Resource Name (ARN) of the contact channel.
|
default ContactChannel.Builder |
deliveryAddress(Consumer<ContactChannelAddress.Builder> deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
ContactChannel.Builder |
deliveryAddress(ContactChannelAddress deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
ContactChannel.Builder |
name(String name)
The name of the contact channel.
|
ContactChannel.Builder |
type(ChannelType type)
The type of the contact channel.
|
ContactChannel.Builder |
type(String type)
The type of the contact channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContactChannel.Builder contactChannelArn(String contactChannelArn)
The Amazon Resource Name (ARN) of the contact channel.
contactChannelArn - The Amazon Resource Name (ARN) of the contact channel.ContactChannel.Builder contactArn(String contactArn)
The ARN of the contact that contains the contact channel.
contactArn - The ARN of the contact that contains the contact channel.ContactChannel.Builder name(String name)
The name of the contact channel.
name - The name of the contact channel.ContactChannel.Builder type(String type)
The type of the contact channel. Incident Manager supports three contact methods:
SMS
VOICE
type - The type of the contact channel. Incident Manager supports three contact methods:
SMS
VOICE
ChannelType,
ChannelTypeContactChannel.Builder type(ChannelType type)
The type of the contact channel. Incident Manager supports three contact methods:
SMS
VOICE
type - The type of the contact channel. Incident Manager supports three contact methods:
SMS
VOICE
ChannelType,
ChannelTypeContactChannel.Builder deliveryAddress(ContactChannelAddress deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
deliveryAddress - The details that Incident Manager uses when trying to engage the contact channel.default ContactChannel.Builder deliveryAddress(Consumer<ContactChannelAddress.Builder> deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
This is a convenience method that creates an instance of theContactChannelAddress.Builder avoiding
the need to create one manually via ContactChannelAddress.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to deliveryAddress(ContactChannelAddress).
deliveryAddress - a consumer that will call methods on ContactChannelAddress.BuilderdeliveryAddress(ContactChannelAddress)ContactChannel.Builder activationStatus(String activationStatus)
A Boolean value describing if the contact channel has been activated or not. If the contact channel isn't activated, Incident Manager can't engage the contact through it.
activationStatus - A Boolean value describing if the contact channel has been activated or not. If the contact channel
isn't activated, Incident Manager can't engage the contact through it.ActivationStatus,
ActivationStatusContactChannel.Builder activationStatus(ActivationStatus activationStatus)
A Boolean value describing if the contact channel has been activated or not. If the contact channel isn't activated, Incident Manager can't engage the contact through it.
activationStatus - A Boolean value describing if the contact channel has been activated or not. If the contact channel
isn't activated, Incident Manager can't engage the contact through it.ActivationStatus,
ActivationStatusCopyright © 2022. All rights reserved.