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 method that creates an instance of theAssetEntry.Builder avoiding the need to create one
manually via AssetEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #assets(List.
assets - a consumer that will call methods on
AssetEntry.Builder#assets(java.util.Collection) 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 © 2023. All rights reserved.