| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the value of the Location property for this object.
|
ContactMethod.Builder |
ContactMethod.Builder.location(ResourceLocation location)
Sets the value of the Location property for this object.
|
ContactMethod.Builder |
ContactMethod.Builder.name(String name)
The name of the contact method.
|
ContactMethod.Builder |
ContactMethod.Builder.protocol(ContactProtocol protocol)
The protocol of the contact method, such as email or SMS (text messaging).
|
ContactMethod.Builder |
ContactMethod.Builder.protocol(String protocol)
The protocol of the contact method, such as email or SMS (text messaging).
|
ContactMethod.Builder |
ContactMethod.Builder.resourceType(ResourceType resourceType)
The Lightsail resource type (e.g.,
ContactMethod). |
ContactMethod.Builder |
ContactMethod.Builder.resourceType(String resourceType)
The Lightsail resource type (e.g.,
ContactMethod). |
ContactMethod.Builder |
ContactMethod.Builder.status(ContactMethodStatus status)
The current status of the contact method.
|
ContactMethod.Builder |
ContactMethod.Builder.status(String status)
The current status of the contact method.
|
ContactMethod.Builder |
ContactMethod.Builder.supportCode(String supportCode)
The support code.
|
ContactMethod.Builder |
ContactMethod.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContactMethod.Builder> |
ContactMethod.serializableBuilderClass() |
Copyright © 2021. All rights reserved.