public static interface UpdateContactChannelRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<UpdateContactChannelRequest.Builder,UpdateContactChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateContactChannelRequest.Builder |
contactChannelId(String contactChannelId)
The Amazon Resource Name (ARN) of the contact channel you want to update.
|
default UpdateContactChannelRequest.Builder |
deliveryAddress(Consumer<ContactChannelAddress.Builder> deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
UpdateContactChannelRequest.Builder |
deliveryAddress(ContactChannelAddress deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
UpdateContactChannelRequest.Builder |
name(String name)
The name of the contact channel.
|
UpdateContactChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateContactChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateContactChannelRequest.Builder contactChannelId(String contactChannelId)
The Amazon Resource Name (ARN) of the contact channel you want to update.
contactChannelId - The Amazon Resource Name (ARN) of the contact channel you want to update.UpdateContactChannelRequest.Builder name(String name)
The name of the contact channel.
name - The name of the contact channel.UpdateContactChannelRequest.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 UpdateContactChannelRequest.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)UpdateContactChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateContactChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.