Interface ListDataProductRevisionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDataProductRevisionsResponse.Builder,ListDataProductRevisionsResponse>,DataZoneResponse.Builder,SdkBuilder<ListDataProductRevisionsResponse.Builder,ListDataProductRevisionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDataProductRevisionsResponse
public static interface ListDataProductRevisionsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListDataProductRevisionsResponse.Builder,ListDataProductRevisionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataProductRevisionsResponse.Builderitems(Collection<DataProductRevision> items)The results of theListDataProductRevisionsaction.ListDataProductRevisionsResponse.Builderitems(Consumer<DataProductRevision.Builder>... items)The results of theListDataProductRevisionsaction.ListDataProductRevisionsResponse.Builderitems(DataProductRevision... items)The results of theListDataProductRevisionsaction.ListDataProductRevisionsResponse.BuildernextToken(String nextToken)When the number of data product revisions is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
items
ListDataProductRevisionsResponse.Builder items(Collection<DataProductRevision> items)
The results of the
ListDataProductRevisionsaction.- Parameters:
items- The results of theListDataProductRevisionsaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListDataProductRevisionsResponse.Builder items(DataProductRevision... items)
The results of the
ListDataProductRevisionsaction.- Parameters:
items- The results of theListDataProductRevisionsaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListDataProductRevisionsResponse.Builder items(Consumer<DataProductRevision.Builder>... items)
The results of the
This is a convenience method that creates an instance of theListDataProductRevisionsaction.DataProductRevision.Builderavoiding the need to create one manually viaDataProductRevision.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - 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:
#items(java.util.Collection)
-
nextToken
ListDataProductRevisionsResponse.Builder nextToken(String nextToken)
When the number of data product revisions is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of data product revisions, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListDataProductRevisionsto list the next set of data product revisions.- Parameters:
nextToken- When the number of data product revisions is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of data product revisions, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListDataProductRevisionsto list the next set of data product revisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-