public static interface DescribeRecordResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<DescribeRecordResponse.Builder,DescribeRecordResponse>
Modifier and Type | Method and Description |
---|---|
DescribeRecordResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
default DescribeRecordResponse.Builder |
recordDetail(Consumer<RecordDetail.Builder> recordDetail)
Detailed record information for the specified product.
|
DescribeRecordResponse.Builder |
recordDetail(RecordDetail recordDetail)
Detailed record information for the specified product.
|
DescribeRecordResponse.Builder |
recordOutputs(Collection<RecordOutput> recordOutputs)
A list of outputs for the specified Product object created as the result of a request.
|
DescribeRecordResponse.Builder |
recordOutputs(RecordOutput... recordOutputs)
A list of outputs for the specified Product object created as the result of a request.
|
build
copy
apply, build
DescribeRecordResponse.Builder recordDetail(RecordDetail recordDetail)
Detailed record information for the specified product.
recordDetail
- Detailed record information for the specified product.default DescribeRecordResponse.Builder recordDetail(Consumer<RecordDetail.Builder> recordDetail)
Detailed record information for the specified product.
This is a convenience 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.Builder
recordDetail(RecordDetail)
DescribeRecordResponse.Builder recordOutputs(Collection<RecordOutput> recordOutputs)
A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.
recordOutputs
- A list of outputs for the specified Product object created as the result of a request. For example, a
CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.DescribeRecordResponse.Builder recordOutputs(RecordOutput... recordOutputs)
A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.
recordOutputs
- A list of outputs for the specified Product object created as the result of a request. For example, a
CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.DescribeRecordResponse.Builder nextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken
- The page token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.