| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
ContactChannel.Builder |
ContactChannel.Builder.activationStatus(ActivationStatus activationStatus)
A Boolean value describing if the contact channel has been activated or not.
|
ContactChannel.Builder |
ContactChannel.Builder.activationStatus(String activationStatus)
A Boolean value describing if the contact channel has been activated or not.
|
static ContactChannel.Builder |
ContactChannel.builder() |
ContactChannel.Builder |
ContactChannel.Builder.contactArn(String contactArn)
The ARN of the contact that contains the contact channel.
|
ContactChannel.Builder |
ContactChannel.Builder.contactChannelArn(String contactChannelArn)
The Amazon Resource Name (ARN) of the contact channel.
|
default ContactChannel.Builder |
ContactChannel.Builder.deliveryAddress(Consumer<ContactChannelAddress.Builder> deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
ContactChannel.Builder |
ContactChannel.Builder.deliveryAddress(ContactChannelAddress deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
ContactChannel.Builder |
ContactChannel.Builder.name(String name)
The name of the contact channel.
|
ContactChannel.Builder |
ContactChannel.toBuilder() |
ContactChannel.Builder |
ContactChannel.Builder.type(ChannelType type)
The type of the contact channel.
|
ContactChannel.Builder |
ContactChannel.Builder.type(String type)
The type of the contact channel.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContactChannel.Builder> |
ContactChannel.serializableBuilderClass() |
Copyright © 2023. All rights reserved.