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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapacityTaskSummary.BuildercapacityTaskId(String capacityTaskId)The ID of the specified capacity task.CapacityTaskSummary.BuildercapacityTaskStatus(String capacityTaskStatus)The status of the capacity task.CapacityTaskSummary.BuildercapacityTaskStatus(CapacityTaskStatus capacityTaskStatus)The status of the capacity task.CapacityTaskSummary.BuildercompletionDate(Instant completionDate)The date that the specified capacity task successfully ran.CapacityTaskSummary.BuildercreationDate(Instant creationDate)The date that the specified capacity task was created.CapacityTaskSummary.BuilderlastModifiedDate(Instant lastModifiedDate)The date that the specified capacity was last modified.CapacityTaskSummary.BuilderorderId(String orderId)The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.CapacityTaskSummary.BuilderoutpostId(String outpostId)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 Detail
-
capacityTaskId
CapacityTaskSummary.Builder capacityTaskId(String 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
CapacityTaskSummary.Builder outpostId(String 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
CapacityTaskSummary.Builder orderId(String 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
CapacityTaskSummary.Builder capacityTaskStatus(String 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,CapacityTaskStatus
-
capacityTaskStatus
CapacityTaskSummary.Builder capacityTaskStatus(CapacityTaskStatus 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,CapacityTaskStatus
-
creationDate
CapacityTaskSummary.Builder creationDate(Instant 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
CapacityTaskSummary.Builder completionDate(Instant 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
CapacityTaskSummary.Builder lastModifiedDate(Instant 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.
-
-