JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.outposts.model

Class StartCapacityTaskRequest

    • Constructor Detail

      • StartCapacityTaskRequest

        public StartCapacityTaskRequest()
    • Method Detail

      • setOutpostIdentifier

        public void setOutpostIdentifier(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.
      • getOutpostIdentifier

        public String getOutpostIdentifier()

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

        Returns:
        The ID or ARN of the Outposts associated with the specified capacity task.
      • withOutpostIdentifier

        public StartCapacityTaskRequest withOutpostIdentifier(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.
      • setOrderId

        public void setOrderId(String 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.
      • getOrderId

        public String getOrderId()

        The ID of the Amazon Web Services Outposts order associated with the specified capacity task.

        Returns:
        The ID of the Amazon Web Services Outposts order associated with the specified capacity task.
      • withOrderId

        public StartCapacityTaskRequest withOrderId(String 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.
      • getInstancePools

        public List<InstanceTypeCapacity> getInstancePools()

        The instance pools specified in the capacity task.

        Returns:
        The instance pools specified in the capacity task.
      • setInstancePools

        public void setInstancePools(Collection<InstanceTypeCapacity> instancePools)

        The instance pools specified in the capacity task.

        Parameters:
        instancePools - The instance pools specified in the capacity task.
      • withInstancePools

        public StartCapacityTaskRequest withInstancePools(Collection<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.
      • setDryRun

        public void setDryRun(Boolean 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.
      • getDryRun

        public Boolean getDryRun()

        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:
        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.
      • withDryRun

        public StartCapacityTaskRequest withDryRun(Boolean 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.
      • isDryRun

        public Boolean isDryRun()

        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:
        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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /