Interface ResourceSpecification.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ResourceSpecification.Builder,ResourceSpecification>, SdkBuilder<ResourceSpecification.Builder,ResourceSpecification>, SdkPojo
Enclosing class:
ResourceSpecification

public static interface ResourceSpecification.Builder extends SdkPojo, CopyableBuilder<ResourceSpecification.Builder,ResourceSpecification>
  • Method Details

    • 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

      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: