public static interface AvailabilityZoneInfo.Builder extends SdkPojo, CopyableBuilder<AvailabilityZoneInfo.Builder,AvailabilityZoneInfo>
| Modifier and Type | Method and Description |
|---|---|
AvailabilityZoneInfo.Builder |
availabilityZoneName(String availabilityZoneName)
The name of the Availability Zone.
|
AvailabilityZoneInfo.Builder |
availableDataNodeCount(String availableDataNodeCount)
The number of data nodes active in the Availability Zone.
|
AvailabilityZoneInfo.Builder |
configuredDataNodeCount(String configuredDataNodeCount)
The total number of data nodes configured in the Availability Zone.
|
AvailabilityZoneInfo.Builder |
totalShards(String totalShards)
The total number of primary and replica shards in the Availability Zone.
|
AvailabilityZoneInfo.Builder |
totalUnAssignedShards(String totalUnAssignedShards)
The total number of primary and replica shards that aren't allocated to any of the nodes in the Availability
Zone.
|
AvailabilityZoneInfo.Builder |
zoneStatus(String zoneStatus)
The current state of the Availability Zone.
|
AvailabilityZoneInfo.Builder |
zoneStatus(ZoneStatus zoneStatus)
The current state of the Availability Zone.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAvailabilityZoneInfo.Builder availabilityZoneName(String availabilityZoneName)
The name of the Availability Zone.
availabilityZoneName - The name of the Availability Zone.AvailabilityZoneInfo.Builder zoneStatus(String zoneStatus)
The current state of the Availability Zone. Current options are Active and StandBy.
Active - Data nodes in the Availability Zone are in use.
StandBy - Data nodes in the Availability Zone are in a standby state.
NotAvailable - Unable to retrieve information.
zoneStatus - The current state of the Availability Zone. Current options are Active and
StandBy.
Active - Data nodes in the Availability Zone are in use.
StandBy - Data nodes in the Availability Zone are in a standby state.
NotAvailable - Unable to retrieve information.
ZoneStatus,
ZoneStatusAvailabilityZoneInfo.Builder zoneStatus(ZoneStatus zoneStatus)
The current state of the Availability Zone. Current options are Active and StandBy.
Active - Data nodes in the Availability Zone are in use.
StandBy - Data nodes in the Availability Zone are in a standby state.
NotAvailable - Unable to retrieve information.
zoneStatus - The current state of the Availability Zone. Current options are Active and
StandBy.
Active - Data nodes in the Availability Zone are in use.
StandBy - Data nodes in the Availability Zone are in a standby state.
NotAvailable - Unable to retrieve information.
ZoneStatus,
ZoneStatusAvailabilityZoneInfo.Builder configuredDataNodeCount(String configuredDataNodeCount)
The total number of data nodes configured in the Availability Zone.
configuredDataNodeCount - The total number of data nodes configured in the Availability Zone.AvailabilityZoneInfo.Builder availableDataNodeCount(String availableDataNodeCount)
The number of data nodes active in the Availability Zone.
availableDataNodeCount - The number of data nodes active in the Availability Zone.AvailabilityZoneInfo.Builder totalShards(String totalShards)
The total number of primary and replica shards in the Availability Zone.
totalShards - The total number of primary and replica shards in the Availability Zone.AvailabilityZoneInfo.Builder totalUnAssignedShards(String totalUnAssignedShards)
The total number of primary and replica shards that aren't allocated to any of the nodes in the Availability Zone.
totalUnAssignedShards - The total number of primary and replica shards that aren't allocated to any of the nodes in the
Availability Zone.Copyright © 2023. All rights reserved.