public static interface ListRecordHistoryResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ListRecordHistoryResponse.Builder,ListRecordHistoryResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRecordHistoryResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ListRecordHistoryResponse.Builder |
recordDetails(Collection<RecordDetail> recordDetails)
The records, in reverse chronological order.
|
ListRecordHistoryResponse.Builder |
recordDetails(Consumer<RecordDetail.Builder>... recordDetails)
The records, in reverse chronological order.
|
ListRecordHistoryResponse.Builder |
recordDetails(RecordDetail... recordDetails)
The records, in reverse chronological order.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecordHistoryResponse.Builder recordDetails(Collection<RecordDetail> recordDetails)
The records, in reverse chronological order.
recordDetails - The records, in reverse chronological order.ListRecordHistoryResponse.Builder recordDetails(RecordDetail... recordDetails)
The records, in reverse chronological order.
recordDetails - The records, in reverse chronological order.ListRecordHistoryResponse.Builder recordDetails(Consumer<RecordDetail.Builder>... recordDetails)
The records, in reverse chronological order.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #recordDetails(List) .recordDetails - a consumer that will call methods on List.Builder #recordDetails(List) ListRecordHistoryResponse.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 © 2021. All rights reserved.