public static interface ListRevisionAssetsResponse.Builder extends DataExchangeResponse.Builder, SdkPojo, CopyableBuilder<ListRevisionAssetsResponse.Builder,ListRevisionAssetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRevisionAssetsResponse.Builder |
assets(AssetEntry... assets)
The asset objects listed by the request.
|
ListRevisionAssetsResponse.Builder |
assets(Collection<AssetEntry> assets)
The asset objects listed by the request.
|
ListRevisionAssetsResponse.Builder |
assets(Consumer<AssetEntry.Builder>... assets)
The asset objects listed by the request.
|
ListRevisionAssetsResponse.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRevisionAssetsResponse.Builder assets(Collection<AssetEntry> assets)
The asset objects listed by the request.
assets - The asset objects listed by the request.ListRevisionAssetsResponse.Builder assets(AssetEntry... assets)
The asset objects listed by the request.
assets - The asset objects listed by the request.ListRevisionAssetsResponse.Builder assets(Consumer<AssetEntry.Builder>... assets)
The asset objects listed by the request.
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 #assets(List) .assets - a consumer that will call methods on List.Builder #assets(List) ListRevisionAssetsResponse.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.Copyright © 2021. All rights reserved.