Interface HostedZoneConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HostedZoneConfig.Builder,HostedZoneConfig>, SdkBuilder<HostedZoneConfig.Builder,HostedZoneConfig>, SdkPojo
Enclosing class:
HostedZoneConfig

public static interface HostedZoneConfig.Builder extends SdkPojo, CopyableBuilder<HostedZoneConfig.Builder,HostedZoneConfig>
  • Method Details

    • comment

      HostedZoneConfig.Builder comment(String comment)

      Any comments that you want to include about the hosted zone.

      Parameters:
      comment - Any comments that you want to include about the hosted zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privateZone

      HostedZoneConfig.Builder privateZone(Boolean privateZone)

      A value that indicates whether this is a private hosted zone.

      Parameters:
      privateZone - A value that indicates whether this is a private hosted zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.