Interface ZoneAwarenessConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ZoneAwarenessConfig.Builder,ZoneAwarenessConfig>,SdkBuilder<ZoneAwarenessConfig.Builder,ZoneAwarenessConfig>,SdkPojo
- Enclosing class:
- ZoneAwarenessConfig
@Mutable @NotThreadSafe public static interface ZoneAwarenessConfig.Builder extends SdkPojo, CopyableBuilder<ZoneAwarenessConfig.Builder,ZoneAwarenessConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ZoneAwarenessConfig.BuilderavailabilityZoneCount(Integer availabilityZoneCount)If you enabled multiple Availability Zones, this value is the number of zones that you want the domain to use.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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
2and3. 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 are2and3. 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.
-
-