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(String itemStatus) |
The status of a catalog item.
|
CatalogItem.Builder |
CatalogItem.Builder.itemStatus(CatalogItemStatus 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(String... 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.supportedUplinkGbps(Integer... supportedUplinkGbps) |
The uplink speed this catalog item requires for the connection to the Region.
|
CatalogItem.Builder |
CatalogItem.Builder.supportedUplinkGbps(Collection<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.
|