public static interface ListCatalogItemsRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListCatalogItemsRequest.Builder,ListCatalogItemsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCatalogItemsRequest.Builder |
ec2FamilyFilter(Collection<String> ec2FamilyFilter)
A filter for EC2 family options for items in the catalog.
|
ListCatalogItemsRequest.Builder |
ec2FamilyFilter(String... ec2FamilyFilter)
A filter for EC2 family options for items in the catalog.
|
ListCatalogItemsRequest.Builder |
itemClassFilter(CatalogItemClass... itemClassFilter)
A filter for the class of items in the catalog.
|
ListCatalogItemsRequest.Builder |
itemClassFilter(Collection<CatalogItemClass> itemClassFilter)
A filter for the class of items in the catalog.
|
ListCatalogItemsRequest.Builder |
itemClassFilterWithStrings(Collection<String> itemClassFilter)
A filter for the class of items in the catalog.
|
ListCatalogItemsRequest.Builder |
itemClassFilterWithStrings(String... itemClassFilter)
A filter for the class of items in the catalog.
|
ListCatalogItemsRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListCatalogItemsRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListCatalogItemsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCatalogItemsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCatalogItemsRequest.Builder |
supportedStorageFilter(Collection<SupportedStorageEnum> supportedStorageFilter)
A filter for the storage options of items in the catalog.
|
ListCatalogItemsRequest.Builder |
supportedStorageFilter(SupportedStorageEnum... supportedStorageFilter)
A filter for the storage options of items in the catalog.
|
ListCatalogItemsRequest.Builder |
supportedStorageFilterWithStrings(Collection<String> supportedStorageFilter)
A filter for the storage options of items in the catalog.
|
ListCatalogItemsRequest.Builder |
supportedStorageFilterWithStrings(String... supportedStorageFilter)
A filter for the storage options of items in the catalog.
|
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)
A filter for the class of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
itemClassFilter - A filter for the class of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListCatalogItemsRequest.Builder itemClassFilterWithStrings(String... itemClassFilter)
A filter for the class of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
itemClassFilter - A filter for the class of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListCatalogItemsRequest.Builder itemClassFilter(Collection<CatalogItemClass> itemClassFilter)
A filter for the class of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
itemClassFilter - A filter for the class of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListCatalogItemsRequest.Builder itemClassFilter(CatalogItemClass... itemClassFilter)
A filter for the class of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
itemClassFilter - A filter for the class of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListCatalogItemsRequest.Builder supportedStorageFilterWithStrings(Collection<String> supportedStorageFilter)
A filter for the storage options of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
supportedStorageFilter - A filter for the storage options of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListCatalogItemsRequest.Builder supportedStorageFilterWithStrings(String... supportedStorageFilter)
A filter for the storage options of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
supportedStorageFilter - A filter for the storage options of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListCatalogItemsRequest.Builder supportedStorageFilter(Collection<SupportedStorageEnum> supportedStorageFilter)
A filter for the storage options of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
supportedStorageFilter - A filter for the storage options of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListCatalogItemsRequest.Builder supportedStorageFilter(SupportedStorageEnum... supportedStorageFilter)
A filter for the storage options of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
supportedStorageFilter - A filter for the storage options of items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListCatalogItemsRequest.Builder ec2FamilyFilter(Collection<String> ec2FamilyFilter)
A filter for EC2 family options for items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
ec2FamilyFilter - A filter for EC2 family options for items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListCatalogItemsRequest.Builder ec2FamilyFilter(String... ec2FamilyFilter)
A filter for EC2 family options for items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
ec2FamilyFilter - A filter for EC2 family options for items in the catalog.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListCatalogItemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCatalogItemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.