public static interface SearchProvisionedProductsRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<SearchProvisionedProductsRequest.Builder,SearchProvisionedProductsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
SearchProvisionedProductsRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
SearchProvisionedProductsRequest.Builder accessLevelFilter(AccessLevelFilter accessLevelFilter)
The access level to use to obtain results. The default is User
.
accessLevelFilter
- The access level to use to obtain results. The default is User
.default SearchProvisionedProductsRequest.Builder accessLevelFilter(Consumer<AccessLevelFilter.Builder> accessLevelFilter)
The access level to use to obtain results. The default is User
.
AccessLevelFilter.Builder
avoiding the need to
create one manually via AccessLevelFilter.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to accessLevelFilter(AccessLevelFilter)
.accessLevelFilter
- a consumer that will call methods on AccessLevelFilter.Builder
accessLevelFilter(AccessLevelFilter)
SearchProvisionedProductsRequest.Builder filtersWithStrings(Map<String,? extends Collection<String>> filters)
The search filters.
When the key is SearchQuery
, the searchable fields are arn
,
createdTime
, id
, lastRecordId
, idempotencyToken
,
name
, physicalId
, productId
, provisioningArtifact
,
type
, status
, tags
, userArn
, userArnSession
,
lastProvisioningRecordId
, lastSuccessfulProvisioningRecordId
,
productName
, and provisioningArtifactName
.
Example: "SearchQuery":["status:AVAILABLE"]
filters
- The search filters.
When the key is SearchQuery
, the searchable fields are arn
,
createdTime
, id
, lastRecordId
, idempotencyToken
,
name
, physicalId
, productId
, provisioningArtifact
,
type
, status
, tags
, userArn
,
userArnSession
, lastProvisioningRecordId
,
lastSuccessfulProvisioningRecordId
, productName
, and
provisioningArtifactName
.
Example: "SearchQuery":["status:AVAILABLE"]
SearchProvisionedProductsRequest.Builder filters(Map<ProvisionedProductViewFilterBy,? extends Collection<String>> filters)
The search filters.
When the key is SearchQuery
, the searchable fields are arn
,
createdTime
, id
, lastRecordId
, idempotencyToken
,
name
, physicalId
, productId
, provisioningArtifact
,
type
, status
, tags
, userArn
, userArnSession
,
lastProvisioningRecordId
, lastSuccessfulProvisioningRecordId
,
productName
, and provisioningArtifactName
.
Example: "SearchQuery":["status:AVAILABLE"]
filters
- The search filters.
When the key is SearchQuery
, the searchable fields are arn
,
createdTime
, id
, lastRecordId
, idempotencyToken
,
name
, physicalId
, productId
, provisioningArtifact
,
type
, status
, tags
, userArn
,
userArnSession
, lastProvisioningRecordId
,
lastSuccessfulProvisioningRecordId
, productName
, and
provisioningArtifactName
.
Example: "SearchQuery":["status:AVAILABLE"]
SearchProvisionedProductsRequest.Builder sortBy(String sortBy)
The sort field. If no value is specified, the results are not sorted. The valid values are arn
,
id
, name
, and lastRecordId
.
sortBy
- The sort field. If no value is specified, the results are not sorted. The valid values are
arn
, id
, name
, and lastRecordId
.SearchProvisionedProductsRequest.Builder sortOrder(String sortOrder)
The sort order. If no value is specified, the results are not sorted.
SearchProvisionedProductsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. If no value is specified, the results are not sorted.
SearchProvisionedProductsRequest.Builder pageSize(Integer pageSize)
The maximum number of items to return with this call.
pageSize
- The maximum number of items to return with this call.SearchProvisionedProductsRequest.Builder pageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
pageToken
- The page token for the next set of results. To retrieve the first set of results, use null.SearchProvisionedProductsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.SearchProvisionedProductsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.