public static interface CapacityAllocation.Builder extends SdkPojo, CopyableBuilder<CapacityAllocation.Builder,CapacityAllocation>
| Modifier and Type | Method and Description |
|---|---|
CapacityAllocation.Builder |
requestCompletionTime(Instant requestCompletionTime)
The time when the capacity allocation request was completed.
|
CapacityAllocation.Builder |
requestTime(Instant requestTime)
The time when the capacity allocation was requested.
|
CapacityAllocation.Builder |
status(CapacityAllocationStatus status)
The status of the capacity allocation.
|
CapacityAllocation.Builder |
status(String status)
The status of the capacity allocation.
|
CapacityAllocation.Builder |
statusMessage(String statusMessage)
The status message of the capacity allocation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCapacityAllocation.Builder status(String status)
The status of the capacity allocation.
status - The status of the capacity allocation.CapacityAllocationStatus,
CapacityAllocationStatusCapacityAllocation.Builder status(CapacityAllocationStatus status)
The status of the capacity allocation.
status - The status of the capacity allocation.CapacityAllocationStatus,
CapacityAllocationStatusCapacityAllocation.Builder statusMessage(String statusMessage)
The status message of the capacity allocation.
statusMessage - The status message of the capacity allocation.CapacityAllocation.Builder requestTime(Instant requestTime)
The time when the capacity allocation was requested.
requestTime - The time when the capacity allocation was requested.CapacityAllocation.Builder requestCompletionTime(Instant requestCompletionTime)
The time when the capacity allocation request was completed.
requestCompletionTime - The time when the capacity allocation request was completed.Copyright © 2023. All rights reserved.