static CreateContactChannelRequest.Builder |
CreateContactChannelRequest.builder() |
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.contactId(String contactId) |
The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.deferActivation(Boolean deferActivation) |
If you want to activate the channel at a later time, you can choose to defer activation.
|
default CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.deliveryAddress(Consumer<ContactChannelAddress.Builder> deliveryAddress) |
The details that Incident Manager uses when trying to engage the contact channel.
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.deliveryAddress(ContactChannelAddress deliveryAddress) |
The details that Incident Manager uses when trying to engage the contact channel.
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.idempotencyToken(String idempotencyToken) |
A token ensuring that the operation is called only once with the specified details.
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.name(String name) |
The name of the contact channel.
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.toBuilder() |
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.type(String type) |
Incident Manager supports three types of contact channels:
|
CreateContactChannelRequest.Builder |
CreateContactChannelRequest.Builder.type(ChannelType type) |
Incident Manager supports three types of contact channels:
|