public static interface GetContactChannelResponse.Builder extends SsmContactsResponse.Builder, SdkPojo, CopyableBuilder<GetContactChannelResponse.Builder,GetContactChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
GetContactChannelResponse.Builder |
activationStatus(ActivationStatus activationStatus)
A Boolean value indicating if the contact channel has been activated or not.
|
GetContactChannelResponse.Builder |
activationStatus(String activationStatus)
A Boolean value indicating if the contact channel has been activated or not.
|
GetContactChannelResponse.Builder |
contactArn(String contactArn)
The ARN of the contact that the channel belongs to.
|
GetContactChannelResponse.Builder |
contactChannelArn(String contactChannelArn)
The ARN of the contact channel.
|
default GetContactChannelResponse.Builder |
deliveryAddress(Consumer<ContactChannelAddress.Builder> deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
GetContactChannelResponse.Builder |
deliveryAddress(ContactChannelAddress deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
GetContactChannelResponse.Builder |
name(String name)
The name of the contact channel
|
GetContactChannelResponse.Builder |
type(ChannelType type)
The type of contact channel.
|
GetContactChannelResponse.Builder |
type(String type)
The type of contact channel.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetContactChannelResponse.Builder contactArn(String contactArn)
The ARN of the contact that the channel belongs to.
contactArn - The ARN of the contact that the channel belongs to.GetContactChannelResponse.Builder contactChannelArn(String contactChannelArn)
The ARN of the contact channel.
contactChannelArn - The ARN of the contact channel.GetContactChannelResponse.Builder name(String name)
The name of the contact channel
name - The name of the contact channelGetContactChannelResponse.Builder type(String type)
The type of contact channel. The type is SMS, VOICE, or EMAIL.
type - The type of contact channel. The type is SMS, VOICE, or EMAIL.ChannelType,
ChannelTypeGetContactChannelResponse.Builder type(ChannelType type)
The type of contact channel. The type is SMS, VOICE, or EMAIL.
type - The type of contact channel. The type is SMS, VOICE, or EMAIL.ChannelType,
ChannelTypeGetContactChannelResponse.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 GetContactChannelResponse.Builder deliveryAddress(Consumer<ContactChannelAddress.Builder> deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
This is a convenience 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)GetContactChannelResponse.Builder activationStatus(String activationStatus)
A Boolean value indicating if the contact channel has been activated or not.
activationStatus - A Boolean value indicating if the contact channel has been activated or not.ActivationStatus,
ActivationStatusGetContactChannelResponse.Builder activationStatus(ActivationStatus activationStatus)
A Boolean value indicating if the contact channel has been activated or not.
activationStatus - A Boolean value indicating if the contact channel has been activated or not.ActivationStatus,
ActivationStatusCopyright © 2021. All rights reserved.