CopyableBuilder<Domain.Builder,Domain>
, SdkBuilder<Domain.Builder,Domain>
public static interface Domain.Builder extends CopyableBuilder<Domain.Builder,Domain>
Modifier and Type | Method | Description |
---|---|---|
Domain.Builder |
arn(String arn) |
The Amazon Resource Name (ARN) of the domain recordset (e.g.,
arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE ). |
Domain.Builder |
createdAt(Date createdAt) |
The date when the domain recordset was created.
|
Domain.Builder |
domainEntries(Collection<DomainEntry> domainEntries) |
An array of key-value pairs containing information about the domain entries.
|
Domain.Builder |
domainEntries(DomainEntry... domainEntries) |
An array of key-value pairs containing information about the domain entries.
|
Domain.Builder |
location(ResourceLocation location) |
The AWS Region and Availability Zones where the domain recordset was created.
|
Domain.Builder |
name(String name) |
The name of the domain.
|
Domain.Builder |
resourceType(String resourceType) |
The resource type.
|
Domain.Builder |
resourceType(ResourceType resourceType) |
The resource type.
|
Domain.Builder |
supportCode(String supportCode) |
The support code.
|
copy
apply, build
Domain.Builder name(String name)
The name of the domain.
name
- The name of the domain.Domain.Builder arn(String arn)
The Amazon Resource Name (ARN) of the domain recordset (e.g.,
arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE
).
arn
- The Amazon Resource Name (ARN) of the domain recordset (e.g.,
arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE
).Domain.Builder supportCode(String supportCode)
The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.
supportCode
- The support code. Include this code in your email to support when you have questions about an instance
or another resource in Lightsail. This code enables our support team to look up your Lightsail
information more easily.Domain.Builder createdAt(Date createdAt)
The date when the domain recordset was created.
createdAt
- The date when the domain recordset was created.Domain.Builder location(ResourceLocation location)
The AWS Region and Availability Zones where the domain recordset was created.
location
- The AWS Region and Availability Zones where the domain recordset was created.Domain.Builder resourceType(String resourceType)
The resource type.
resourceType
- The resource type.ResourceType
Domain.Builder resourceType(ResourceType resourceType)
The resource type.
resourceType
- The resource type.ResourceType
Domain.Builder domainEntries(Collection<DomainEntry> domainEntries)
An array of key-value pairs containing information about the domain entries.
domainEntries
- An array of key-value pairs containing information about the domain entries.Domain.Builder domainEntries(DomainEntry... domainEntries)
An array of key-value pairs containing information about the domain entries.
NOTE: This method appends the values to the existing list (if any). Use
#setDomainEntries(java.util.Collection)
or #withDomainEntries(java.util.Collection)
if you
want to override the existing values.
domainEntries
- An array of key-value pairs containing information about the domain entries.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.