Uses of Interface
software.amazon.awssdk.services.outposts.model.GetCapacityTaskResponse.Builder
Packages that use GetCapacityTaskResponse.Builder
-
Uses of GetCapacityTaskResponse.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return GetCapacityTaskResponse.BuilderModifier and TypeMethodDescriptionThe ID of the Outpost asset.GetCapacityTaskResponse.builder()GetCapacityTaskResponse.Builder.capacityTaskId(String capacityTaskId) ID of the capacity task.GetCapacityTaskResponse.Builder.capacityTaskStatus(String capacityTaskStatus) Status of the capacity task.GetCapacityTaskResponse.Builder.capacityTaskStatus(CapacityTaskStatus capacityTaskStatus) Status of the capacity task.GetCapacityTaskResponse.Builder.completionDate(Instant completionDate) The date the capacity task ran successfully.GetCapacityTaskResponse.Builder.creationDate(Instant creationDate) The date the capacity task was created.Performs a dry run to determine if you are above or below instance capacity.default GetCapacityTaskResponse.BuilderGetCapacityTaskResponse.Builder.failed(Consumer<CapacityTaskFailure.Builder> failed) Reason why the capacity task failed.GetCapacityTaskResponse.Builder.failed(CapacityTaskFailure failed) Reason why the capacity task failed.default GetCapacityTaskResponse.BuilderGetCapacityTaskResponse.Builder.instancesToExclude(Consumer<InstancesToExclude.Builder> instancesToExclude) Instances that the user specified they cannot stop in order to free up the capacity needed to run the capacity task.GetCapacityTaskResponse.Builder.instancesToExclude(InstancesToExclude instancesToExclude) Instances that the user specified they cannot stop in order to free up the capacity needed to run the capacity task.GetCapacityTaskResponse.Builder.lastModifiedDate(Instant lastModifiedDate) The date the capacity task was last modified.ID of the Amazon Web Services Outposts order associated with the specified capacity task.ID of the Outpost associated with the specified capacity task.GetCapacityTaskResponse.Builder.requestedInstancePools(Collection<InstanceTypeCapacity> requestedInstancePools) List of instance pools requested in the capacity task.GetCapacityTaskResponse.Builder.requestedInstancePools(Consumer<InstanceTypeCapacity.Builder>... requestedInstancePools) List of instance pools requested in the capacity task.GetCapacityTaskResponse.Builder.requestedInstancePools(InstanceTypeCapacity... requestedInstancePools) List of instance pools requested in the capacity task.GetCapacityTaskResponse.Builder.taskActionOnBlockingInstances(String taskActionOnBlockingInstances) User-specified option in case an instance is blocking the capacity task from running.GetCapacityTaskResponse.Builder.taskActionOnBlockingInstances(TaskActionOnBlockingInstances taskActionOnBlockingInstances) User-specified option in case an instance is blocking the capacity task from running.GetCapacityTaskResponse.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type GetCapacityTaskResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetCapacityTaskResponse.Builder>GetCapacityTaskResponse.serializableBuilderClass()