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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceSpecification.BuilderreservedBitrate(Integer reservedBitrate)The amount of outbound bandwidth that is discounted in the offering.ResourceSpecification.BuilderresourceType(String resourceType)The type of resource and the unit that is being billed for.ResourceSpecification.BuilderresourceType(ResourceType resourceType)The type of resource and the unit that is being billed for.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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
-
-