Interface ResourceSpecification.Builder

    • Method Detail

      • reservedBitrate

        ResourceSpecification.Builder reservedBitrate​(Integer reservedBitrate)
        The amount of outbound bandwidth that is discounted in the offering.
        Parameters:
        reservedBitrate - The amount of outbound bandwidth that is discounted in the offering.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        ResourceSpecification.Builder resourceType​(String resourceType)
        The type of resource and the unit that is being billed for.
        Parameters:
        resourceType - The type of resource and the unit that is being billed for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType
      • resourceType

        ResourceSpecification.Builder resourceType​(ResourceType resourceType)
        The type of resource and the unit that is being billed for.
        Parameters:
        resourceType - The type of resource and the unit that is being billed for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType