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
Modifier and TypeMethodDescriptionavailabilityZoneCount(Integer availabilityZoneCount) An integer value to indicate the number of availability zones for a domain when zone awareness is enabled.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
availabilityZoneCount
An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled
- Parameters:
 availabilityZoneCount- An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -