Uses of Interface
software.amazon.awssdk.services.outposts.model.CatalogItem.Builder
Packages that use CatalogItem.Builder
-
Uses of CatalogItem.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return CatalogItem.BuilderModifier and TypeMethodDescriptionstatic CatalogItem.BuilderCatalogItem.builder()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(String itemStatus) The status of a catalog item.CatalogItem.Builder.itemStatus(CatalogItemStatus itemStatus) The status of a catalog item.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(String... 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.supportedUplinkGbps(Integer... supportedUplinkGbps) The uplink speed this catalog item requires for the connection to the Region.CatalogItem.Builder.supportedUplinkGbps(Collection<Integer> supportedUplinkGbps) The uplink speed this catalog item requires for the connection to the Region.CatalogItem.toBuilder()The weight of the item in pounds.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type CatalogItem.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CatalogItem.Builder>CatalogItem.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type CatalogItem.BuilderModifier and TypeMethodDescriptiondefault GetCatalogItemResponse.BuilderGetCatalogItemResponse.Builder.catalogItem(Consumer<CatalogItem.Builder> catalogItem) Information about this catalog item.