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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails.BuilderavailabilityZoneCount(Integer availabilityZoneCount)he number of Availability Zones that the domain uses.-
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
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.
-
-