| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceSpecification.Builder |
ResourceSpecification.builder() |
ResourceSpecification.Builder |
ResourceSpecification.Builder.reservedBitrate(Integer reservedBitrate)
The amount of outbound bandwidth that is discounted in the offering.
|
ResourceSpecification.Builder |
ResourceSpecification.Builder.resourceType(ResourceType resourceType)
The type of resource and the unit that is being billed for.
|
ResourceSpecification.Builder |
ResourceSpecification.Builder.resourceType(String resourceType)
The type of resource and the unit that is being billed for.
|
ResourceSpecification.Builder |
ResourceSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResourceSpecification.Builder> |
ResourceSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Offering.Builder |
Offering.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.Builder |
Reservation.Builder.resourceSpecification(Consumer<ResourceSpecification.Builder> resourceSpecification)
A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.
|
Copyright © 2020. All rights reserved.