Interface DescribeRecordResponse.Builder

    • Method Detail

      • recordDetail

        DescribeRecordResponse.Builder recordDetail​(RecordDetail recordDetail)

        Information about the product.

        Parameters:
        recordDetail - Information about the product.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recordOutputs

        DescribeRecordResponse.Builder recordOutputs​(Collection<RecordOutput> recordOutputs)

        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:
        recordOutputs - 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.
      • recordOutputs

        DescribeRecordResponse.Builder recordOutputs​(RecordOutput... recordOutputs)

        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:
        recordOutputs - 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.
      • recordOutputs

        DescribeRecordResponse.Builder recordOutputs​(Consumer<RecordOutput.Builder>... recordOutputs)

        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.

        This is a convenience method that creates an instance of the RecordOutput.Builder avoiding the need to create one manually via RecordOutput.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #recordOutputs(List).

        Parameters:
        recordOutputs - a consumer that will call methods on RecordOutput.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #recordOutputs(java.util.Collection)
      • nextPageToken

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