Interface Domain.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Domain.Builder,Domain>,SdkBuilder<Domain.Builder,Domain>,SdkPojo
- Enclosing class:
- Domain
public static interface Domain.Builder extends SdkPojo, CopyableBuilder<Domain.Builder,Domain>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Domain.Builderarn(String arn)The Amazon Resource Name (ARN) of the domain recordset (arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE).Domain.BuildercreatedAt(Instant createdAt)The date when the domain recordset was created.Domain.BuilderdomainEntries(Collection<DomainEntry> domainEntries)An array of key-value pairs containing information about the domain entries.Domain.BuilderdomainEntries(Consumer<DomainEntry.Builder>... domainEntries)An array of key-value pairs containing information about the domain entries.Domain.BuilderdomainEntries(DomainEntry... domainEntries)An array of key-value pairs containing information about the domain entries.default Domain.Builderlocation(Consumer<ResourceLocation.Builder> location)The AWS Region and Availability Zones where the domain recordset was created.Domain.Builderlocation(ResourceLocation location)The AWS Region and Availability Zones where the domain recordset was created.Domain.Buildername(String name)The name of the domain.default Domain.BuilderregisteredDomainDelegationInfo(Consumer<RegisteredDomainDelegationInfo.Builder> registeredDomainDelegationInfo)An object that describes the state of the Route 53 domain delegation to a Lightsail DNS zone.Domain.BuilderregisteredDomainDelegationInfo(RegisteredDomainDelegationInfo registeredDomainDelegationInfo)An object that describes the state of the Route 53 domain delegation to a Lightsail DNS zone.Domain.BuilderresourceType(String resourceType)The resource type.Domain.BuilderresourceType(ResourceType resourceType)The resource type.Domain.BuildersupportCode(String supportCode)The support code.Domain.Buildertags(Collection<Tag> tags)The tag keys and optional values for the resource.Domain.Buildertags(Consumer<Tag.Builder>... tags)The tag keys and optional values for the resource.Domain.Buildertags(Tag... tags)The tag keys and optional values for the resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
Domain.Builder name(String name)
The name of the domain.
- Parameters:
name- The name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
Domain.Builder arn(String arn)
The Amazon Resource Name (ARN) of the domain recordset (
arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE).- Parameters:
arn- The Amazon Resource Name (ARN) of the domain recordset (arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportCode
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
Domain.Builder createdAt(Instant createdAt)
The date when the domain recordset was created.
- Parameters:
createdAt- The date when the domain recordset was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
Domain.Builder location(ResourceLocation location)
The AWS Region and Availability Zones where the domain recordset was created.
- Parameters:
location- The AWS Region and Availability Zones where the domain recordset was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
default Domain.Builder location(Consumer<ResourceLocation.Builder> location)
The AWS Region and Availability Zones where the domain recordset was created.
This is a convenience method that creates an instance of theResourceLocation.Builderavoiding the need to create one manually viaResourceLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolocation(ResourceLocation).- Parameters:
location- a consumer that will call methods onResourceLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
location(ResourceLocation)
-
resourceType
Domain.Builder resourceType(String resourceType)
The resource type.
- Parameters:
resourceType- The resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceType
Domain.Builder resourceType(ResourceType resourceType)
The resource type.
- Parameters:
resourceType- The resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
tags
Domain.Builder tags(Collection<Tag> tags)
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.
- Parameters:
tags- The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Domain.Builder tags(Tag... tags)
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.
- Parameters:
tags- The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Domain.Builder tags(Consumer<Tag.Builder>... tags)
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
domainEntries
Domain.Builder domainEntries(Collection<DomainEntry> domainEntries)
An array of key-value pairs containing information about the domain entries.
- Parameters:
domainEntries- An array of key-value pairs containing information about the domain entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainEntries
Domain.Builder domainEntries(DomainEntry... domainEntries)
An array of key-value pairs containing information about the domain entries.
- Parameters:
domainEntries- An array of key-value pairs containing information about the domain entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainEntries
Domain.Builder domainEntries(Consumer<DomainEntry.Builder>... domainEntries)
An array of key-value pairs containing information about the domain entries.
This is a convenience method that creates an instance of theDomainEntry.Builderavoiding the need to create one manually viaDomainEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#domainEntries(List.) - Parameters:
domainEntries- a consumer that will call methods onDomainEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#domainEntries(java.util.Collection)
-
registeredDomainDelegationInfo
Domain.Builder registeredDomainDelegationInfo(RegisteredDomainDelegationInfo registeredDomainDelegationInfo)
An object that describes the state of the Route 53 domain delegation to a Lightsail DNS zone.
- Parameters:
registeredDomainDelegationInfo- An object that describes the state of the Route 53 domain delegation to a Lightsail DNS zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registeredDomainDelegationInfo
default Domain.Builder registeredDomainDelegationInfo(Consumer<RegisteredDomainDelegationInfo.Builder> registeredDomainDelegationInfo)
An object that describes the state of the Route 53 domain delegation to a Lightsail DNS zone.
This is a convenience method that creates an instance of theRegisteredDomainDelegationInfo.Builderavoiding the need to create one manually viaRegisteredDomainDelegationInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toregisteredDomainDelegationInfo(RegisteredDomainDelegationInfo).- Parameters:
registeredDomainDelegationInfo- a consumer that will call methods onRegisteredDomainDelegationInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
registeredDomainDelegationInfo(RegisteredDomainDelegationInfo)
-
-