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 Modifier and Type Method Description Domain.BuilderdomainName(String domainName)The fully qualified domain name.Domain.BuilderhostedZoneId(String hostedZoneId)The hosted zone ID for a domain hosted in Route 53.-
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
-
domainName
Domain.Builder domainName(String domainName)
The fully qualified domain name.
- Parameters:
domainName- The fully qualified domain name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZoneId
Domain.Builder hostedZoneId(String hostedZoneId)
The hosted zone ID for a domain hosted in Route 53. Required when configuring a domain hosted in Route 53.
- Parameters:
hostedZoneId- The hosted zone ID for a domain hosted in Route 53. Required when configuring a domain hosted in Route 53.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-