public static interface ZoneAwarenessConfig.Builder extends SdkPojo, CopyableBuilder<ZoneAwarenessConfig.Builder,ZoneAwarenessConfig>
Modifier and Type | Method and Description |
---|---|
ZoneAwarenessConfig.Builder |
availabilityZoneCount(Integer availabilityZoneCount)
An integer value to indicate the number of availability zones for a domain when zone awareness is enabled.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ZoneAwarenessConfig.Builder availabilityZoneCount(Integer 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.
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.Copyright © 2022. All rights reserved.