Interface InstanceCreditSpecificationRequest.Builder

    • Method Detail

      • instanceId

        InstanceCreditSpecificationRequest.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

        InstanceCreditSpecificationRequest.Builder cpuCredits​(String cpuCredits)

        The credit option for CPU usage of the instance.

        Valid values: standard | unlimited

        T3 instances with host tenancy do not support the unlimited CPU credit option.

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

        Valid values: standard | unlimited

        T3 instances with host tenancy do not support the unlimited CPU credit option.

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