Interface AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails.Builder,,AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails> SdkBuilder<AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails.Builder,,AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails> SdkPojo
public static interface AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails.Builder
extends SdkPojo, CopyableBuilder<AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails.Builder,AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptionavailabilityZoneCount(Integer availabilityZoneCount) he number of Availability Zones that the domain uses.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
AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails.Builder availabilityZoneCount(Integer availabilityZoneCount) he number of Availability Zones that the domain uses. Valid values are 2 and 3. The default is 2.
- Parameters:
 availabilityZoneCount- he number of Availability Zones that the domain uses. Valid values are 2 and 3. The default is 2.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -