CopyableBuilder<DescribeRecordResponse.Builder,DescribeRecordResponse>
, SdkBuilder<DescribeRecordResponse.Builder,DescribeRecordResponse>
public static interface DescribeRecordResponse.Builder extends CopyableBuilder<DescribeRecordResponse.Builder,DescribeRecordResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeRecordResponse.Builder |
nextPageToken(String nextPageToken) |
The page token to use to retrieve the next page of results for this operation.
|
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.
|
copy
apply, build
DescribeRecordResponse.Builder recordDetail(RecordDetail recordDetail)
Detailed record information for the specified product.
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. 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.
NOTE: This method appends the values to the existing list (if any). Use
#setRecordOutputs(java.util.Collection)
or #withRecordOutputs(java.util.Collection)
if you
want to override the existing values.
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.