Interface ListDataProductRevisionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDataProductRevisionsRequest.Builder,ListDataProductRevisionsRequest>,DataZoneRequest.Builder,SdkBuilder<ListDataProductRevisionsRequest.Builder,ListDataProductRevisionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDataProductRevisionsRequest
public static interface ListDataProductRevisionsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListDataProductRevisionsRequest.Builder,ListDataProductRevisionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataProductRevisionsRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the domain of the data product revisions that you want to list.ListDataProductRevisionsRequest.Builderidentifier(String identifier)The ID of the data product revision.ListDataProductRevisionsRequest.BuildermaxResults(Integer maxResults)The maximum number of asset filters to return in a single call toListDataProductRevisions.ListDataProductRevisionsRequest.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.ListDataProductRevisionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataProductRevisionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
ListDataProductRevisionsRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the domain of the data product revisions that you want to list.
- Parameters:
domainIdentifier- The ID of the domain of the data product revisions that you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
ListDataProductRevisionsRequest.Builder identifier(String identifier)
The ID of the data product revision.
- Parameters:
identifier- The ID of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDataProductRevisionsRequest.Builder maxResults(Integer maxResults)
The maximum number of asset filters to return in a single call to
ListDataProductRevisions. When the number of data product revisions to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListDataProductRevisionsto list the next set of data product revisions.- Parameters:
maxResults- The maximum number of asset filters to return in a single call toListDataProductRevisions. When the number of data product revisions to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use 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.
-
nextToken
ListDataProductRevisionsRequest.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.
-
overrideConfiguration
ListDataProductRevisionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDataProductRevisionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-