public static interface DescribeRecordResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeRecordResponse.Builder,DescribeRecordResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRecordResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
default DescribeRecordResponse.Builder |
recordDetail(Consumer<RecordDetail.Builder> recordDetail)
Information about the product.
|
DescribeRecordResponse.Builder |
recordDetail(RecordDetail recordDetail)
Information about the product.
|
DescribeRecordResponse.Builder |
recordOutputs(Collection<RecordOutput> recordOutputs)
Information about the product created as the result of a request.
|
DescribeRecordResponse.Builder |
recordOutputs(Consumer<RecordOutput.Builder>... recordOutputs)
Information about the product created as the result of a request.
|
DescribeRecordResponse.Builder |
recordOutputs(RecordOutput... recordOutputs)
Information about the product created as the result of a request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRecordResponse.Builder recordDetail(RecordDetail recordDetail)
Information about the product.
recordDetail - Information about the product.default DescribeRecordResponse.Builder recordDetail(Consumer<RecordDetail.Builder> recordDetail)
Information about the product.
This is a convenience method that creates an instance of theRecordDetail.Builder avoiding the need
to create one manually via RecordDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to recordDetail(RecordDetail).
recordDetail - a consumer that will call methods on RecordDetail.BuilderrecordDetail(RecordDetail)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.
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.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.
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.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 theRecordOutput.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.
recordOutputs - a consumer that will call methods on
RecordOutput.Builder#recordOutputs(java.util.Collection) 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.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this
value is null.Copyright © 2023. All rights reserved.