Interface ListAssetRevisionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAssetRevisionsRequest.Builder,ListAssetRevisionsRequest>,DataZoneRequest.Builder,SdkBuilder<ListAssetRevisionsRequest.Builder,ListAssetRevisionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAssetRevisionsRequest
public static interface ListAssetRevisionsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListAssetRevisionsRequest.Builder,ListAssetRevisionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssetRevisionsRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the domain.ListAssetRevisionsRequest.Builderidentifier(String identifier)The identifier of the asset.ListAssetRevisionsRequest.BuildermaxResults(Integer maxResults)The maximum number of revisions to return in a single call toListAssetRevisions.ListAssetRevisionsRequest.BuildernextToken(String nextToken)When the number of revisions is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of revisions, the response includes a pagination token namedNextToken.ListAssetRevisionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssetRevisionsRequest.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
ListAssetRevisionsRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the domain.
- Parameters:
domainIdentifier- The identifier of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
ListAssetRevisionsRequest.Builder identifier(String identifier)
The identifier of the asset.
- Parameters:
identifier- The identifier of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAssetRevisionsRequest.Builder maxResults(Integer maxResults)
The maximum number of revisions to return in a single call to
ListAssetRevisions. When the number of revisions to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListAssetRevisionsto list the next set of revisions.- Parameters:
maxResults- The maximum number of revisions to return in a single call toListAssetRevisions. When the number of revisions to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListAssetRevisionsto list the next set of revisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAssetRevisionsRequest.Builder nextToken(String nextToken)
When the number of revisions is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of revisions, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListAssetRevisionsto list the next set of revisions.- Parameters:
nextToken- When the number of revisions is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of revisions, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListAssetRevisionsto list the next set of revisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAssetRevisionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAssetRevisionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-