Interface ZoneAwarenessConfig.Builder

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

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

    • availabilityZoneCount

      ZoneAwarenessConfig.Builder availabilityZoneCount(Integer availabilityZoneCount)

      If you enabled multiple Availability Zones, this value is the number of zones that you want the domain to use. Valid values are 2 and 3. If your domain is provisioned within a VPC, this value be equal to number of subnets.

      Parameters:
      availabilityZoneCount - If you enabled multiple Availability Zones, this value is the number of zones that you want the domain to use. Valid values are 2 and 3. If your domain is provisioned within a VPC, this value be equal to number of subnets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.