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