Uses of Interface
software.amazon.awssdk.services.outposts.model.StartCapacityTaskResponse.Builder
Packages that use StartCapacityTaskResponse.Builder
-
Uses of StartCapacityTaskResponse.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return StartCapacityTaskResponse.BuilderModifier and TypeMethodDescriptionThe ID of the asset.StartCapacityTaskResponse.builder()StartCapacityTaskResponse.Builder.capacityTaskId(String capacityTaskId) ID of the capacity task that you want to start.StartCapacityTaskResponse.Builder.capacityTaskStatus(String capacityTaskStatus) Status of the specified capacity task.StartCapacityTaskResponse.Builder.capacityTaskStatus(CapacityTaskStatus capacityTaskStatus) Status of the specified capacity task.StartCapacityTaskResponse.Builder.completionDate(Instant completionDate) Date that the specified capacity task ran successfully.StartCapacityTaskResponse.Builder.creationDate(Instant creationDate) Date that the specified capacity task was created.Results of the dry run showing if the specified capacity task is above or below the available instance capacity.StartCapacityTaskResponse.Builder.failed(Consumer<CapacityTaskFailure.Builder> failed) Reason that the specified capacity task failed.StartCapacityTaskResponse.Builder.failed(CapacityTaskFailure failed) Reason that the specified capacity task failed.StartCapacityTaskResponse.Builder.instancesToExclude(Consumer<InstancesToExclude.Builder> instancesToExclude) User-specified instances that must not be stopped in order to free up the capacity needed to run the capacity task.StartCapacityTaskResponse.Builder.instancesToExclude(InstancesToExclude instancesToExclude) User-specified instances that must not be stopped in order to free up the capacity needed to run the capacity task.StartCapacityTaskResponse.Builder.lastModifiedDate(Instant lastModifiedDate) Date that the specified capacity task was last modified.ID of the Amazon Web Services Outposts order of the host associated with the capacity task.ID of the Outpost associated with the capacity task.StartCapacityTaskResponse.Builder.requestedInstancePools(Collection<InstanceTypeCapacity> requestedInstancePools) List of the instance pools requested in the specified capacity task.StartCapacityTaskResponse.Builder.requestedInstancePools(Consumer<InstanceTypeCapacity.Builder>... requestedInstancePools) List of the instance pools requested in the specified capacity task.StartCapacityTaskResponse.Builder.requestedInstancePools(InstanceTypeCapacity... requestedInstancePools) List of the instance pools requested in the specified capacity task.StartCapacityTaskResponse.Builder.taskActionOnBlockingInstances(String taskActionOnBlockingInstances) User-specified option in case an instance is blocking the capacity task from running.StartCapacityTaskResponse.Builder.taskActionOnBlockingInstances(TaskActionOnBlockingInstances taskActionOnBlockingInstances) User-specified option in case an instance is blocking the capacity task from running.StartCapacityTaskResponse.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type StartCapacityTaskResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartCapacityTaskResponse.Builder>StartCapacityTaskResponse.serializableBuilderClass()