Interface GetProvisionedProductOutputsResponse.Builder

    • Method Detail

      • outputs

        GetProvisionedProductOutputsResponse.Builder outputs​(Collection<RecordOutput> outputs)

        Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.

        Parameters:
        outputs - Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputs

        GetProvisionedProductOutputsResponse.Builder outputs​(RecordOutput... outputs)

        Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.

        Parameters:
        outputs - Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextPageToken

        GetProvisionedProductOutputsResponse.Builder nextPageToken​(String nextPageToken)

        The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

        Parameters:
        nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.