Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.ResourceSpecification.Builder
-
Packages that use ResourceSpecification.Builder Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of ResourceSpecification.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return ResourceSpecification.Builder Modifier and Type Method Description static ResourceSpecification.BuilderResourceSpecification. builder()ResourceSpecification.BuilderResourceSpecification.Builder. reservedBitrate(Integer reservedBitrate)The amount of outbound bandwidth that is discounted in the offering.ResourceSpecification.BuilderResourceSpecification.Builder. resourceType(String resourceType)The type of resource and the unit that is being billed for.ResourceSpecification.BuilderResourceSpecification.Builder. resourceType(ResourceType resourceType)The type of resource and the unit that is being billed for.ResourceSpecification.BuilderResourceSpecification. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type ResourceSpecification.Builder Modifier and Type Method Description static Class<? extends ResourceSpecification.Builder>ResourceSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type ResourceSpecification.Builder Modifier and Type Method Description default Offering.BuilderOffering.Builder. resourceSpecification(Consumer<ResourceSpecification.Builder> resourceSpecification)A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.default Reservation.BuilderReservation.Builder. resourceSpecification(Consumer<ResourceSpecification.Builder> resourceSpecification)A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.
-