Interface ListMetadataGenerationRunsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMetadataGenerationRunsRequest.Builder,ListMetadataGenerationRunsRequest>,DataZoneRequest.Builder,SdkBuilder<ListMetadataGenerationRunsRequest.Builder,ListMetadataGenerationRunsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMetadataGenerationRunsRequest
public static interface ListMetadataGenerationRunsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListMetadataGenerationRunsRequest.Builder,ListMetadataGenerationRunsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMetadataGenerationRunsRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain where you want to list metadata generation runs.ListMetadataGenerationRunsRequest.BuildermaxResults(Integer maxResults)The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns.ListMetadataGenerationRunsRequest.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.ListMetadataGenerationRunsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMetadataGenerationRunsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMetadataGenerationRunsRequest.Builderstatus(String status)The status of the metadata generation runs.ListMetadataGenerationRunsRequest.Builderstatus(MetadataGenerationRunStatus status)The status of the metadata generation runs.ListMetadataGenerationRunsRequest.Buildertype(String type)The type of the metadata generation runs.ListMetadataGenerationRunsRequest.Buildertype(MetadataGenerationRunType type)The type of the metadata generation runs.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domainIdentifier
ListMetadataGenerationRunsRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where you want to list metadata generation runs.
- Parameters:
domainIdentifier- The ID of the Amazon DataZone domain where you want to list metadata generation runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListMetadataGenerationRunsRequest.Builder maxResults(Integer maxResults)
The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns. When the number of metadata generation runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.
- Parameters:
maxResults- The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns. When the number of metadata generation runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use 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.
-
nextToken
ListMetadataGenerationRunsRequest.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.
-
status
ListMetadataGenerationRunsRequest.Builder status(String status)
The status of the metadata generation runs.
- Parameters:
status- The status of the metadata generation runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetadataGenerationRunStatus,MetadataGenerationRunStatus
-
status
ListMetadataGenerationRunsRequest.Builder status(MetadataGenerationRunStatus status)
The status of the metadata generation runs.
- Parameters:
status- The status of the metadata generation runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetadataGenerationRunStatus,MetadataGenerationRunStatus
-
type
ListMetadataGenerationRunsRequest.Builder type(String type)
The type of the metadata generation runs.
- Parameters:
type- The type of the metadata generation runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetadataGenerationRunType,MetadataGenerationRunType
-
type
ListMetadataGenerationRunsRequest.Builder type(MetadataGenerationRunType type)
The type of the metadata generation runs.
- Parameters:
type- The type of the metadata generation runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetadataGenerationRunType,MetadataGenerationRunType
-
overrideConfiguration
ListMetadataGenerationRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMetadataGenerationRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-