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 Details

    • 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.