public static interface ReservedNodeExchangeStatus.Builder extends SdkPojo, CopyableBuilder<ReservedNodeExchangeStatus.Builder,ReservedNodeExchangeStatus>
| Modifier and Type | Method and Description |
|---|---|
ReservedNodeExchangeStatus.Builder |
requestTime(Instant requestTime)
A date and time that indicate when the reserved-node exchange was requested.
|
ReservedNodeExchangeStatus.Builder |
reservedNodeExchangeRequestId(String reservedNodeExchangeRequestId)
The identifier of the reserved-node exchange request.
|
ReservedNodeExchangeStatus.Builder |
sourceReservedNodeCount(Integer sourceReservedNodeCount)
The source reserved-node count in the cluster.
|
ReservedNodeExchangeStatus.Builder |
sourceReservedNodeId(String sourceReservedNodeId)
The identifier of the source reserved node.
|
ReservedNodeExchangeStatus.Builder |
sourceReservedNodeType(String sourceReservedNodeType)
The source reserved-node type, for example ds2.xlarge.
|
ReservedNodeExchangeStatus.Builder |
status(ReservedNodeExchangeStatusType status)
The status of the reserved-node exchange request.
|
ReservedNodeExchangeStatus.Builder |
status(String status)
The status of the reserved-node exchange request.
|
ReservedNodeExchangeStatus.Builder |
targetReservedNodeCount(Integer targetReservedNodeCount)
The count of target reserved nodes in the cluster.
|
ReservedNodeExchangeStatus.Builder |
targetReservedNodeOfferingId(String targetReservedNodeOfferingId)
The identifier of the target reserved node offering.
|
ReservedNodeExchangeStatus.Builder |
targetReservedNodeType(String targetReservedNodeType)
The node type of the target reserved node, for example ra3.4xlarge.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReservedNodeExchangeStatus.Builder reservedNodeExchangeRequestId(String reservedNodeExchangeRequestId)
The identifier of the reserved-node exchange request.
reservedNodeExchangeRequestId - The identifier of the reserved-node exchange request.ReservedNodeExchangeStatus.Builder status(String status)
The status of the reserved-node exchange request. Statuses include in-progress and requested.
status - The status of the reserved-node exchange request. Statuses include in-progress and requested.ReservedNodeExchangeStatusType,
ReservedNodeExchangeStatusTypeReservedNodeExchangeStatus.Builder status(ReservedNodeExchangeStatusType status)
The status of the reserved-node exchange request. Statuses include in-progress and requested.
status - The status of the reserved-node exchange request. Statuses include in-progress and requested.ReservedNodeExchangeStatusType,
ReservedNodeExchangeStatusTypeReservedNodeExchangeStatus.Builder requestTime(Instant requestTime)
A date and time that indicate when the reserved-node exchange was requested.
requestTime - A date and time that indicate when the reserved-node exchange was requested.ReservedNodeExchangeStatus.Builder sourceReservedNodeId(String sourceReservedNodeId)
The identifier of the source reserved node.
sourceReservedNodeId - The identifier of the source reserved node.ReservedNodeExchangeStatus.Builder sourceReservedNodeType(String sourceReservedNodeType)
The source reserved-node type, for example ds2.xlarge.
sourceReservedNodeType - The source reserved-node type, for example ds2.xlarge.ReservedNodeExchangeStatus.Builder sourceReservedNodeCount(Integer sourceReservedNodeCount)
The source reserved-node count in the cluster.
sourceReservedNodeCount - The source reserved-node count in the cluster.ReservedNodeExchangeStatus.Builder targetReservedNodeOfferingId(String targetReservedNodeOfferingId)
The identifier of the target reserved node offering.
targetReservedNodeOfferingId - The identifier of the target reserved node offering.ReservedNodeExchangeStatus.Builder targetReservedNodeType(String targetReservedNodeType)
The node type of the target reserved node, for example ra3.4xlarge.
targetReservedNodeType - The node type of the target reserved node, for example ra3.4xlarge.ReservedNodeExchangeStatus.Builder targetReservedNodeCount(Integer targetReservedNodeCount)
The count of target reserved nodes in the cluster.
targetReservedNodeCount - The count of target reserved nodes in the cluster.Copyright © 2023. All rights reserved.