Interface SearchProvisionedProductsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SearchProvisionedProductsRequest.Builder,SearchProvisionedProductsRequest>,SdkBuilder<SearchProvisionedProductsRequest.Builder,SearchProvisionedProductsRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- SearchProvisionedProductsRequest
public static interface SearchProvisionedProductsRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<SearchProvisionedProductsRequest.Builder,SearchProvisionedProductsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest.Builder
build
-
-
-
-
Method Detail
-
acceptLanguage
SearchProvisionedProductsRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
-
jp- Japanese -
zh- Chinese
- Parameters:
acceptLanguage- The language code.-
jp- Japanese -
zh- Chinese
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
accessLevelFilter
SearchProvisionedProductsRequest.Builder accessLevelFilter(AccessLevelFilter accessLevelFilter)
The access level to use to obtain results. The default is
User.- Parameters:
accessLevelFilter- The access level to use to obtain results. The default isUser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessLevelFilter
default SearchProvisionedProductsRequest.Builder accessLevelFilter(Consumer<AccessLevelFilter.Builder> accessLevelFilter)
The access level to use to obtain results. The default is
This is a convenience method that creates an instance of theUser.AccessLevelFilter.Builderavoiding the need to create one manually viaAccessLevelFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccessLevelFilter(AccessLevelFilter).- Parameters:
accessLevelFilter- a consumer that will call methods onAccessLevelFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
accessLevelFilter(AccessLevelFilter)
-
filtersWithStrings
SearchProvisionedProductsRequest.Builder filtersWithStrings(Map<String,? extends Collection<String>> filters)
The search filters.
When the key is
SearchQuery, the searchable fields arearn,createdTime,id,lastRecordId,idempotencyToken,name,physicalId,productId,provisioningArtifactId,type,status,tags,userArn,userArnSession,lastProvisioningRecordId,lastSuccessfulProvisioningRecordId,productName, andprovisioningArtifactName.Example:
"SearchQuery":["status:AVAILABLE"]- Parameters:
filters- The search filters.When the key is
SearchQuery, the searchable fields arearn,createdTime,id,lastRecordId,idempotencyToken,name,physicalId,productId,provisioningArtifactId,type,status,tags,userArn,userArnSession,lastProvisioningRecordId,lastSuccessfulProvisioningRecordId,productName, andprovisioningArtifactName.Example:
"SearchQuery":["status:AVAILABLE"]- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
SearchProvisionedProductsRequest.Builder filters(Map<ProvisionedProductViewFilterBy,? extends Collection<String>> filters)
The search filters.
When the key is
SearchQuery, the searchable fields arearn,createdTime,id,lastRecordId,idempotencyToken,name,physicalId,productId,provisioningArtifactId,type,status,tags,userArn,userArnSession,lastProvisioningRecordId,lastSuccessfulProvisioningRecordId,productName, andprovisioningArtifactName.Example:
"SearchQuery":["status:AVAILABLE"]- Parameters:
filters- The search filters.When the key is
SearchQuery, the searchable fields arearn,createdTime,id,lastRecordId,idempotencyToken,name,physicalId,productId,provisioningArtifactId,type,status,tags,userArn,userArnSession,lastProvisioningRecordId,lastSuccessfulProvisioningRecordId,productName, andprovisioningArtifactName.Example:
"SearchQuery":["status:AVAILABLE"]- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
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, andlastRecordId.- Parameters:
sortBy- The sort field. If no value is specified, the results are not sorted. The valid values arearn,id,name, andlastRecordId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
SearchProvisionedProductsRequest.Builder sortOrder(String sortOrder)
The sort order. If no value is specified, the results are not sorted.
-
sortOrder
SearchProvisionedProductsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. If no value is specified, the results are not sorted.
-
pageSize
SearchProvisionedProductsRequest.Builder pageSize(Integer pageSize)
The maximum number of items to return with this call.
- Parameters:
pageSize- The maximum number of items to return with this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageToken
SearchProvisionedProductsRequest.Builder pageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
- Parameters:
pageToken- The page token for the next set of results. To retrieve the first set of results, use null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SearchProvisionedProductsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SearchProvisionedProductsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-