Interface CapacityTaskSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CapacityTaskSummary.Builder,
,CapacityTaskSummary> SdkBuilder<CapacityTaskSummary.Builder,
,CapacityTaskSummary> SdkPojo
- Enclosing class:
CapacityTaskSummary
public static interface CapacityTaskSummary.Builder
extends SdkPojo, CopyableBuilder<CapacityTaskSummary.Builder,CapacityTaskSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncapacityTaskId
(String capacityTaskId) The ID of the specified capacity task.capacityTaskStatus
(String capacityTaskStatus) The status of the capacity task.capacityTaskStatus
(CapacityTaskStatus capacityTaskStatus) The status of the capacity task.completionDate
(Instant completionDate) The date that the specified capacity task successfully ran.creationDate
(Instant creationDate) The date that the specified capacity task was created.lastModifiedDate
(Instant lastModifiedDate) The date that the specified capacity was last modified.The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.The ID of the Outpost associated with the specified capacity task.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, sdkFields
-
Method Details
-
capacityTaskId
The ID of the specified capacity task.
- Parameters:
capacityTaskId
- The ID of the specified capacity task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outpostId
The ID of the Outpost associated with the specified capacity task.
- Parameters:
outpostId
- The ID of the Outpost associated with the specified capacity task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orderId
The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
- Parameters:
orderId
- The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityTaskStatus
The status of the capacity task.
- Parameters:
capacityTaskStatus
- The status of the capacity task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
capacityTaskStatus
The status of the capacity task.
- Parameters:
capacityTaskStatus
- The status of the capacity task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationDate
The date that the specified capacity task was created.
- Parameters:
creationDate
- The date that the specified capacity task was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completionDate
The date that the specified capacity task successfully ran.
- Parameters:
completionDate
- The date that the specified capacity task successfully ran.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
The date that the specified capacity was last modified.
- Parameters:
lastModifiedDate
- The date that the specified capacity was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-