Interface CapacityAllocation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CapacityAllocation.Builder,
,CapacityAllocation> SdkBuilder<CapacityAllocation.Builder,
,CapacityAllocation> SdkPojo
- Enclosing class:
CapacityAllocation
@Mutable
@NotThreadSafe
public static interface CapacityAllocation.Builder
extends SdkPojo, CopyableBuilder<CapacityAllocation.Builder,CapacityAllocation>
-
Method Summary
Modifier and TypeMethodDescriptionrequestCompletionTime
(Instant requestCompletionTime) The time when the capacity allocation request was completed.requestTime
(Instant requestTime) The time when the capacity allocation was requested.The status of the capacity allocation.status
(CapacityAllocationStatus status) The status of the capacity allocation.statusMessage
(String statusMessage) The status message of the capacity allocation.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 Details
-
status
The status of the capacity allocation.
- Parameters:
status
- The status of the capacity allocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the capacity allocation.
- Parameters:
status
- The status of the capacity allocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
The status message of the capacity allocation.
- Parameters:
statusMessage
- The status message of the capacity allocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestTime
The time when the capacity allocation was requested.
- Parameters:
requestTime
- The time when the capacity allocation was requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestCompletionTime
The time when the capacity allocation request was completed.
- Parameters:
requestCompletionTime
- The time when the capacity allocation request was completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-