public static interface ListAssetRevisionsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListAssetRevisionsResponse.Builder,ListAssetRevisionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssetRevisionsResponse.Builder |
items(AssetRevision... items)
The results of the
ListAssetRevisions action. |
ListAssetRevisionsResponse.Builder |
items(Collection<AssetRevision> items)
The results of the
ListAssetRevisions action. |
ListAssetRevisionsResponse.Builder |
items(Consumer<AssetRevision.Builder>... items)
The results of the
ListAssetRevisions action. |
ListAssetRevisionsResponse.Builder |
nextToken(String nextToken)
When the number of revisions is greater than the default value for the
MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of revisions, the
response includes a pagination token named NextToken. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssetRevisionsResponse.Builder items(Collection<AssetRevision> items)
The results of the ListAssetRevisions action.
items - The results of the ListAssetRevisions action.ListAssetRevisionsResponse.Builder items(AssetRevision... items)
The results of the ListAssetRevisions action.
items - The results of the ListAssetRevisions action.ListAssetRevisionsResponse.Builder items(Consumer<AssetRevision.Builder>... items)
The results of the ListAssetRevisions action.
AssetRevision.Builder avoiding the need to create one
manually via AssetRevision.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #items(List.
items - a consumer that will call methods on
AssetRevision.Builder#items(java.util.Collection) ListAssetRevisionsResponse.Builder nextToken(String nextToken)
When the number of revisions is greater than the default value for the MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of revisions, the
response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListAssetRevisions to list the next set of
revisions.
nextToken - When the number of revisions is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the
number of revisions, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to ListAssetRevisions to
list the next set of revisions.Copyright © 2023. All rights reserved.