Interface ListDataProductRevisionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListDataProductRevisionsResponse.Builder,
,ListDataProductRevisionsResponse> DataZoneResponse.Builder
,SdkBuilder<ListDataProductRevisionsResponse.Builder,
,ListDataProductRevisionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListDataProductRevisionsResponse
@Mutable
@NotThreadSafe
public static interface ListDataProductRevisionsResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListDataProductRevisionsResponse.Builder,ListDataProductRevisionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems
(Collection<DataProductRevision> items) The results of theListDataProductRevisions
action.items
(Consumer<DataProductRevision.Builder>... items) The results of theListDataProductRevisions
action.items
(DataProductRevision... items) The results of theListDataProductRevisions
action.When the number of data product revisions is greater than the default value for theMaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of data product revisions, the response includes a pagination token namedNextToken
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
The results of the
ListDataProductRevisions
action.- Parameters:
items
- The results of theListDataProductRevisions
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The results of the
ListDataProductRevisions
action.- Parameters:
items
- The results of theListDataProductRevisions
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The results of the
This is a convenience method that creates an instance of theListDataProductRevisions
action.DataProductRevision.Builder
avoiding the need to create one manually viaDataProductRevision.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<DataProductRevision>)
.- Parameters:
items
- a consumer that will call methods onDataProductRevision.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
When the number of data product revisions is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of data product revisions, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toListDataProductRevisions
to list the next set of data product revisions.- Parameters:
nextToken
- When the number of data product revisions is greater than the default value for theMaxResults
parameter, or if you explicitly specify a value forMaxResults
that is less than the number of data product revisions, the response includes a pagination token namedNextToken
. You can specify thisNextToken
value in a subsequent call toListDataProductRevisions
to list the next set of data product revisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-