Interface GetProvisionedProductOutputsRequest.Builder

    • Method Detail

      • acceptLanguage

        GetProvisionedProductOutputsRequest.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.
      • provisionedProductId

        GetProvisionedProductOutputsRequest.Builder provisionedProductId​(String provisionedProductId)

        The identifier of the provisioned product that you want the outputs from.

        Parameters:
        provisionedProductId - The identifier of the provisioned product that you want the outputs from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisionedProductName

        GetProvisionedProductOutputsRequest.Builder provisionedProductName​(String provisionedProductName)

        The name of the provisioned product that you want the outputs from.

        Parameters:
        provisionedProductName - The name of the provisioned product that you want the outputs from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputKeys

        GetProvisionedProductOutputsRequest.Builder outputKeys​(Collection<String> outputKeys)

        The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.

        Parameters:
        outputKeys - The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputKeys

        GetProvisionedProductOutputsRequest.Builder outputKeys​(String... outputKeys)

        The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.

        Parameters:
        outputKeys - The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pageSize

        GetProvisionedProductOutputsRequest.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

        GetProvisionedProductOutputsRequest.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.