Interface InstanceCreditSpecification.Builder

    • Method Detail

      • instanceId

        InstanceCreditSpecification.Builder instanceId​(String instanceId)

        The ID of the instance.

        Parameters:
        instanceId - The ID of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cpuCredits

        InstanceCreditSpecification.Builder cpuCredits​(String cpuCredits)

        The credit option for CPU usage of the instance.

        Valid values: standard | unlimited

        Parameters:
        cpuCredits - The credit option for CPU usage of the instance.

        Valid values: standard | unlimited

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