Interface GetProvisionedProductOutputsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetProvisionedProductOutputsResponse.Builder,GetProvisionedProductOutputsResponse>, SdkBuilder<GetProvisionedProductOutputsResponse.Builder,GetProvisionedProductOutputsResponse>, SdkPojo, SdkResponse.Builder, ServiceCatalogResponse.Builder
Enclosing class:
GetProvisionedProductOutputsResponse

  • Method Details

    • 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

      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

      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 outputs(List<RecordOutput>).

      Parameters:
      outputs - 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:
    • 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.