public static interface Domain.Builder extends SdkPojo, CopyableBuilder<Domain.Builder,Domain>
| Modifier and Type | Method and Description |
|---|---|
Domain.Builder |
domainName(String domainName)
The fully qualified domain name.
|
Domain.Builder |
hostedZoneId(String hostedZoneId)
The hosted zone ID for a domain hosted in Route 53.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomain.Builder domainName(String domainName)
The fully qualified domain name.
domainName - The fully qualified domain name.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.
hostedZoneId - The hosted zone ID for a domain hosted in Route 53. Required when configuring a domain hosted in Route
53.Copyright © 2022. All rights reserved.