public static interface ListCatalogItemsRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListCatalogItemsRequest.Builder,ListCatalogItemsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCatalogItemsRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.ListCatalogItemsRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.ListCatalogItemsRequest.Builder itemClassFilterWithStrings(Collection<String> itemClassFilter)
Filters the results by item class.
itemClassFilter - Filters the results by item class.ListCatalogItemsRequest.Builder itemClassFilterWithStrings(String... itemClassFilter)
Filters the results by item class.
itemClassFilter - Filters the results by item class.ListCatalogItemsRequest.Builder itemClassFilter(Collection<CatalogItemClass> itemClassFilter)
Filters the results by item class.
itemClassFilter - Filters the results by item class.ListCatalogItemsRequest.Builder itemClassFilter(CatalogItemClass... itemClassFilter)
Filters the results by item class.
itemClassFilter - Filters the results by item class.ListCatalogItemsRequest.Builder supportedStorageFilterWithStrings(Collection<String> supportedStorageFilter)
Filters the results by storage option.
supportedStorageFilter - Filters the results by storage option.ListCatalogItemsRequest.Builder supportedStorageFilterWithStrings(String... supportedStorageFilter)
Filters the results by storage option.
supportedStorageFilter - Filters the results by storage option.ListCatalogItemsRequest.Builder supportedStorageFilter(Collection<SupportedStorageEnum> supportedStorageFilter)
Filters the results by storage option.
supportedStorageFilter - Filters the results by storage option.ListCatalogItemsRequest.Builder supportedStorageFilter(SupportedStorageEnum... supportedStorageFilter)
Filters the results by storage option.
supportedStorageFilter - Filters the results by storage option.ListCatalogItemsRequest.Builder ec2FamilyFilter(Collection<String> ec2FamilyFilter)
Filters the results by EC2 family (for example, M5).
ec2FamilyFilter - Filters the results by EC2 family (for example, M5).ListCatalogItemsRequest.Builder ec2FamilyFilter(String... ec2FamilyFilter)
Filters the results by EC2 family (for example, M5).
ec2FamilyFilter - Filters the results by EC2 family (for example, M5).ListCatalogItemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCatalogItemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.