ContactMethod.Builder |
ContactMethod.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the contact method.
|
static ContactMethod.Builder |
ContactMethod.builder() |
|
ContactMethod.Builder |
ContactMethod.Builder.contactEndpoint(String contactEndpoint) |
The destination of the contact method, such as an email address or a mobile phone number.
|
ContactMethod.Builder |
ContactMethod.Builder.createdAt(Instant createdAt) |
The timestamp when the contact method was created.
|
default ContactMethod.Builder |
ContactMethod.Builder.location(Consumer<ResourceLocation.Builder> location) |
An object that describes the location of the contact method, such as the Amazon Web Services Region and
Availability Zone.
|
ContactMethod.Builder |
ContactMethod.Builder.location(ResourceLocation location) |
An object that describes the location of the contact method, such as the Amazon Web Services Region and
Availability Zone.
|
ContactMethod.Builder |
ContactMethod.Builder.name(String name) |
The name of the contact method.
|
ContactMethod.Builder |
ContactMethod.Builder.protocol(String protocol) |
The protocol of the contact method, such as email or SMS (text messaging).
|
ContactMethod.Builder |
ContactMethod.Builder.protocol(ContactProtocol protocol) |
The protocol of the contact method, such as email or SMS (text messaging).
|
ContactMethod.Builder |
ContactMethod.Builder.resourceType(String resourceType) |
The Lightsail resource type of the contact method.
|
ContactMethod.Builder |
ContactMethod.Builder.resourceType(ResourceType resourceType) |
The Lightsail resource type of the contact method.
|
ContactMethod.Builder |
ContactMethod.Builder.status(String status) |
The current status of the contact method.
|
ContactMethod.Builder |
ContactMethod.Builder.status(ContactMethodStatus status) |
The current status of the contact method.
|
ContactMethod.Builder |
ContactMethod.Builder.supportCode(String supportCode) |
The support code.
|
ContactMethod.Builder |
ContactMethod.toBuilder() |
|