| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
static CatalogItem.Builder |
CatalogItem.builder() |
CatalogItem.Builder |
CatalogItem.Builder.catalogItemId(String catalogItemId)
The ID of the catalog item.
|
CatalogItem.Builder |
CatalogItem.Builder.ec2Capacities(Collection<EC2Capacity> ec2Capacities)
Information about the EC2 capacity of an item.
|
CatalogItem.Builder |
CatalogItem.Builder.ec2Capacities(Consumer<EC2Capacity.Builder>... ec2Capacities)
Information about the EC2 capacity of an item.
|
CatalogItem.Builder |
CatalogItem.Builder.ec2Capacities(EC2Capacity... ec2Capacities)
Information about the EC2 capacity of an item.
|
CatalogItem.Builder |
CatalogItem.Builder.itemStatus(CatalogItemStatus itemStatus)
The status of a catalog item.
|
CatalogItem.Builder |
CatalogItem.Builder.itemStatus(String itemStatus)
The status of a catalog item.
|
CatalogItem.Builder |
CatalogItem.Builder.powerKva(Float powerKva)
Information about the power draw of an item.
|
CatalogItem.Builder |
CatalogItem.Builder.supportedStorage(Collection<SupportedStorageEnum> supportedStorage)
The supported storage options for the catalog item.
|
CatalogItem.Builder |
CatalogItem.Builder.supportedStorage(SupportedStorageEnum... supportedStorage)
The supported storage options for the catalog item.
|
CatalogItem.Builder |
CatalogItem.Builder.supportedStorageWithStrings(Collection<String> supportedStorage)
The supported storage options for the catalog item.
|
CatalogItem.Builder |
CatalogItem.Builder.supportedStorageWithStrings(String... supportedStorage)
The supported storage options for the catalog item.
|
CatalogItem.Builder |
CatalogItem.Builder.supportedUplinkGbps(Collection<Integer> supportedUplinkGbps)
The uplink speed this catalog item requires for the connection to the Region.
|
CatalogItem.Builder |
CatalogItem.Builder.supportedUplinkGbps(Integer... supportedUplinkGbps)
The uplink speed this catalog item requires for the connection to the Region.
|
CatalogItem.Builder |
CatalogItem.toBuilder() |
CatalogItem.Builder |
CatalogItem.Builder.weightLbs(Integer weightLbs)
The weight of the item in pounds.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CatalogItem.Builder> |
CatalogItem.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetCatalogItemResponse.Builder |
GetCatalogItemResponse.Builder.catalogItem(Consumer<CatalogItem.Builder> catalogItem)
Information about this catalog item.
|
Copyright © 2022. All rights reserved.