Interface ListMetadataGenerationRunsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListMetadataGenerationRunsResponse.Builder,ListMetadataGenerationRunsResponse>,DataZoneResponse.Builder,SdkBuilder<ListMetadataGenerationRunsResponse.Builder,ListMetadataGenerationRunsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListMetadataGenerationRunsResponse
public static interface ListMetadataGenerationRunsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListMetadataGenerationRunsResponse.Builder,ListMetadataGenerationRunsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMetadataGenerationRunsResponse.Builderitems(Collection<MetadataGenerationRunItem> items)The results of the ListMetadataGenerationRuns action.ListMetadataGenerationRunsResponse.Builderitems(Consumer<MetadataGenerationRunItem.Builder>... items)The results of the ListMetadataGenerationRuns action.ListMetadataGenerationRunsResponse.Builderitems(MetadataGenerationRunItem... items)The results of the ListMetadataGenerationRuns action.ListMetadataGenerationRunsResponse.BuildernextToken(String nextToken)When the number of metadata generation runs 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 metadata generation runs, the response includes a pagination token named NextToken.-
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
ListMetadataGenerationRunsResponse.Builder items(Collection<MetadataGenerationRunItem> items)
The results of the ListMetadataGenerationRuns action.
- Parameters:
items- The results of the ListMetadataGenerationRuns action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListMetadataGenerationRunsResponse.Builder items(MetadataGenerationRunItem... items)
The results of the ListMetadataGenerationRuns action.
- Parameters:
items- The results of the ListMetadataGenerationRuns action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListMetadataGenerationRunsResponse.Builder items(Consumer<MetadataGenerationRunItem.Builder>... items)
The results of the ListMetadataGenerationRuns action.
This is a convenience method that creates an instance of theMetadataGenerationRunItem.Builderavoiding the need to create one manually viaMetadataGenerationRunItem.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 onMetadataGenerationRunItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
ListMetadataGenerationRunsResponse.Builder nextToken(String nextToken)
When the number of metadata generation runs 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 metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.
- Parameters:
nextToken- When the number of metadata generation runs 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 metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-