Interface StartCapacityTaskRequest.Builder

  • Method Details

    • outpostIdentifier

      StartCapacityTaskRequest.Builder outpostIdentifier(String outpostIdentifier)

      The ID or ARN of the Outposts associated with the specified capacity task.

      Parameters:
      outpostIdentifier - The ID or ARN of the Outposts 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 associated with the specified capacity task.

      Parameters:
      orderId - The ID of the Amazon Web Services Outposts order associated with the specified capacity task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assetId

      The ID of the Outpost asset. An Outpost asset can be a single server within an Outposts rack or an Outposts server configuration.

      Parameters:
      assetId - The ID of the Outpost asset. An Outpost asset can be a single server within an Outposts rack or an Outposts server configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instancePools

      The instance pools specified in the capacity task.

      Parameters:
      instancePools - The instance pools specified in the capacity task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instancePools

      StartCapacityTaskRequest.Builder instancePools(InstanceTypeCapacity... instancePools)

      The instance pools specified in the capacity task.

      Parameters:
      instancePools - The instance pools specified in the capacity task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instancePools

      The instance pools specified in the capacity task.

      This is a convenience method that creates an instance of the InstanceTypeCapacity.Builder avoiding the need to create one manually via InstanceTypeCapacity.builder() .

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to instancePools(List<InstanceTypeCapacity>).

      Parameters:
      instancePools - a consumer that will call methods on InstanceTypeCapacity.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • instancesToExclude

      StartCapacityTaskRequest.Builder instancesToExclude(InstancesToExclude instancesToExclude)

      List of user-specified running instances that must not be stopped in order to free up the capacity needed to run the capacity task.

      Parameters:
      instancesToExclude - List of user-specified running instances that must not be stopped in order to free up the capacity needed to run the capacity task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instancesToExclude

      default StartCapacityTaskRequest.Builder instancesToExclude(Consumer<InstancesToExclude.Builder> instancesToExclude)

      List of user-specified running instances that must not be stopped in order to free up the capacity needed to run the capacity task.

      This is a convenience method that creates an instance of the InstancesToExclude.Builder avoiding the need to create one manually via InstancesToExclude.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to instancesToExclude(InstancesToExclude).

      Parameters:
      instancesToExclude - a consumer that will call methods on InstancesToExclude.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dryRun

      You can request a dry run to determine if the instance type and instance size changes is above or below available instance capacity. Requesting a dry run does not make any changes to your plan.

      Parameters:
      dryRun - You can request a dry run to determine if the instance type and instance size changes is above or below available instance capacity. Requesting a dry run does not make any changes to your plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskActionOnBlockingInstances

      StartCapacityTaskRequest.Builder taskActionOnBlockingInstances(String taskActionOnBlockingInstances)

      Specify one of the following options in case an instance is blocking the capacity task from running.

      • WAIT_FOR_EVACUATION - Checks every 10 minutes over 48 hours to determine if instances have stopped and capacity is available to complete the task.

      • FAIL_TASK - The capacity task fails.

      Parameters:
      taskActionOnBlockingInstances - Specify one of the following options in case an instance is blocking the capacity task from running.

      • WAIT_FOR_EVACUATION - Checks every 10 minutes over 48 hours to determine if instances have stopped and capacity is available to complete the task.

      • FAIL_TASK - The capacity task fails.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • taskActionOnBlockingInstances

      StartCapacityTaskRequest.Builder taskActionOnBlockingInstances(TaskActionOnBlockingInstances taskActionOnBlockingInstances)

      Specify one of the following options in case an instance is blocking the capacity task from running.

      • WAIT_FOR_EVACUATION - Checks every 10 minutes over 48 hours to determine if instances have stopped and capacity is available to complete the task.

      • FAIL_TASK - The capacity task fails.

      Parameters:
      taskActionOnBlockingInstances - Specify one of the following options in case an instance is blocking the capacity task from running.

      • WAIT_FOR_EVACUATION - Checks every 10 minutes over 48 hours to determine if instances have stopped and capacity is available to complete the task.

      • FAIL_TASK - The capacity task fails.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      StartCapacityTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.