Interface ListDataSetRevisionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListDataSetRevisionsResponse.Builder,
,ListDataSetRevisionsResponse> DataExchangeResponse.Builder
,SdkBuilder<ListDataSetRevisionsResponse.Builder,
,ListDataSetRevisionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListDataSetRevisionsResponse
public static interface ListDataSetRevisionsResponse.Builder
extends DataExchangeResponse.Builder, SdkPojo, CopyableBuilder<ListDataSetRevisionsResponse.Builder,ListDataSetRevisionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token value retrieved from a previous call to access the next page of results.revisions
(Collection<RevisionEntry> revisions) The asset objects listed by the request.revisions
(Consumer<RevisionEntry.Builder>... revisions) The asset objects listed by the request.revisions
(RevisionEntry... revisions) The asset objects listed by the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.dataexchange.model.DataExchangeResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
The token value retrieved from a previous call to access the next page of results.
- Parameters:
nextToken
- The token value retrieved from a previous call to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisions
The asset objects listed by the request.
- Parameters:
revisions
- The asset objects listed by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisions
The asset objects listed by the request.
- Parameters:
revisions
- The asset objects listed by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisions
The asset objects listed by the request.
This is a convenience method that creates an instance of theRevisionEntry.Builder
avoiding the need to create one manually viaRevisionEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torevisions(List<RevisionEntry>)
.- Parameters:
revisions
- a consumer that will call methods onRevisionEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-