Interface SearchProvisionedProductsRequest.Builder

    • 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 is User.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filtersWithStrings

        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, provisioningArtifactId, type, status, tags, userArn, userArnSession, lastProvisioningRecordId, lastSuccessfulProvisioningRecordId, productName, and provisioningArtifactName.

        Example: "SearchQuery":["status:AVAILABLE"]

        Parameters:
        filters - The search filters.

        When the key is SearchQuery, the searchable fields are arn, createdTime, id, lastRecordId, idempotencyToken, name, physicalId, productId, provisioningArtifactId, type, status, tags, userArn, userArnSession, lastProvisioningRecordId, lastSuccessfulProvisioningRecordId, productName, and provisioningArtifactName.

        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 are arn, createdTime, id, lastRecordId, idempotencyToken, name, physicalId, productId, provisioningArtifactId, type, status, tags, userArn, userArnSession, lastProvisioningRecordId, lastSuccessfulProvisioningRecordId, productName, and provisioningArtifactName.

        Example: "SearchQuery":["status:AVAILABLE"]

        Parameters:
        filters - The search filters.

        When the key is SearchQuery, the searchable fields are arn, createdTime, id, lastRecordId, idempotencyToken, name, physicalId, productId, provisioningArtifactId, type, status, tags, userArn, userArnSession, lastProvisioningRecordId, lastSuccessfulProvisioningRecordId, productName, and provisioningArtifactName.

        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, and lastRecordId.

        Parameters:
        sortBy - The sort field. If no value is specified, the results are not sorted. The valid values are arn, id, name, and lastRecordId.
        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.

        Parameters:
        sortOrder - The sort order. If no value is specified, the results are not sorted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        SearchProvisionedProductsRequest.Builder sortOrder​(SortOrder sortOrder)

        The sort order. If no value is specified, the results are not sorted.

        Parameters:
        sortOrder - The sort order. If no value is specified, the results are not sorted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • 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.