public static interface CatalogItem.Builder extends SdkPojo, CopyableBuilder<CatalogItem.Builder,CatalogItem>
| Modifier and Type | Method and Description |
|---|---|
CatalogItem.Builder |
catalogItemId(String catalogItemId)
The ID of the catalog item.
|
CatalogItem.Builder |
ec2Capacities(Collection<EC2Capacity> ec2Capacities)
Information about the EC2 capacity of an item.
|
CatalogItem.Builder |
ec2Capacities(Consumer<EC2Capacity.Builder>... ec2Capacities)
Information about the EC2 capacity of an item.
|
CatalogItem.Builder |
ec2Capacities(EC2Capacity... ec2Capacities)
Information about the EC2 capacity of an item.
|
CatalogItem.Builder |
itemStatus(CatalogItemStatus itemStatus)
The status of a catalog item.
|
CatalogItem.Builder |
itemStatus(String itemStatus)
The status of a catalog item.
|
CatalogItem.Builder |
powerKva(Float powerKva)
Information about the power draw of an item.
|
CatalogItem.Builder |
supportedStorage(Collection<SupportedStorageEnum> supportedStorage)
The supported storage options for the catalog item.
|
CatalogItem.Builder |
supportedStorage(SupportedStorageEnum... supportedStorage)
The supported storage options for the catalog item.
|
CatalogItem.Builder |
supportedStorageWithStrings(Collection<String> supportedStorage)
The supported storage options for the catalog item.
|
CatalogItem.Builder |
supportedStorageWithStrings(String... supportedStorage)
The supported storage options for the catalog item.
|
CatalogItem.Builder |
supportedUplinkGbps(Collection<Integer> supportedUplinkGbps)
The uplink speed this catalog item requires for the connection to the Region.
|
CatalogItem.Builder |
supportedUplinkGbps(Integer... supportedUplinkGbps)
The uplink speed this catalog item requires for the connection to the Region.
|
CatalogItem.Builder |
weightLbs(Integer weightLbs)
The weight of the item in pounds.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCatalogItem.Builder catalogItemId(String catalogItemId)
The ID of the catalog item.
catalogItemId - The ID of the catalog item.CatalogItem.Builder itemStatus(String itemStatus)
The status of a catalog item.
itemStatus - The status of a catalog item.CatalogItemStatus,
CatalogItemStatusCatalogItem.Builder itemStatus(CatalogItemStatus itemStatus)
The status of a catalog item.
itemStatus - The status of a catalog item.CatalogItemStatus,
CatalogItemStatusCatalogItem.Builder ec2Capacities(Collection<EC2Capacity> ec2Capacities)
Information about the EC2 capacity of an item.
ec2Capacities - Information about the EC2 capacity of an item.CatalogItem.Builder ec2Capacities(EC2Capacity... ec2Capacities)
Information about the EC2 capacity of an item.
ec2Capacities - Information about the EC2 capacity of an item.CatalogItem.Builder ec2Capacities(Consumer<EC2Capacity.Builder>... ec2Capacities)
Information about the EC2 capacity of an item.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #ec2Capacities(List) .ec2Capacities - a consumer that will call methods on List.Builder #ec2Capacities(List) CatalogItem.Builder powerKva(Float powerKva)
Information about the power draw of an item.
powerKva - Information about the power draw of an item.CatalogItem.Builder weightLbs(Integer weightLbs)
The weight of the item in pounds.
weightLbs - The weight of the item in pounds.CatalogItem.Builder supportedUplinkGbps(Collection<Integer> supportedUplinkGbps)
The uplink speed this catalog item requires for the connection to the Region.
supportedUplinkGbps - The uplink speed this catalog item requires for the connection to the Region.CatalogItem.Builder supportedUplinkGbps(Integer... supportedUplinkGbps)
The uplink speed this catalog item requires for the connection to the Region.
supportedUplinkGbps - The uplink speed this catalog item requires for the connection to the Region.CatalogItem.Builder supportedStorageWithStrings(Collection<String> supportedStorage)
The supported storage options for the catalog item.
supportedStorage - The supported storage options for the catalog item.CatalogItem.Builder supportedStorageWithStrings(String... supportedStorage)
The supported storage options for the catalog item.
supportedStorage - The supported storage options for the catalog item.CatalogItem.Builder supportedStorage(Collection<SupportedStorageEnum> supportedStorage)
The supported storage options for the catalog item.
supportedStorage - The supported storage options for the catalog item.CatalogItem.Builder supportedStorage(SupportedStorageEnum... supportedStorage)
The supported storage options for the catalog item.
supportedStorage - The supported storage options for the catalog item.Copyright © 2021. All rights reserved.