Uses of Interface
software.amazon.awssdk.services.outposts.model.CapacityTaskSummary.Builder
Packages that use CapacityTaskSummary.Builder
-
Uses of CapacityTaskSummary.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return CapacityTaskSummary.BuilderModifier and TypeMethodDescriptionThe ID of the asset.static CapacityTaskSummary.BuilderCapacityTaskSummary.builder()CapacityTaskSummary.Builder.capacityTaskId(String capacityTaskId) The ID of the specified capacity task.CapacityTaskSummary.Builder.capacityTaskStatus(String capacityTaskStatus) The status of the capacity task.CapacityTaskSummary.Builder.capacityTaskStatus(CapacityTaskStatus capacityTaskStatus) The status of the capacity task.CapacityTaskSummary.Builder.completionDate(Instant completionDate) The date that the specified capacity task successfully ran.CapacityTaskSummary.Builder.creationDate(Instant creationDate) The date that the specified capacity task was created.CapacityTaskSummary.Builder.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.CapacityTaskSummary.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type CapacityTaskSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CapacityTaskSummary.Builder>CapacityTaskSummary.serializableBuilderClass()