Interface AssetFilterSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetFilterSummary.Builder,AssetFilterSummary>,SdkBuilder<AssetFilterSummary.Builder,AssetFilterSummary>,SdkPojo
- Enclosing class:
- AssetFilterSummary
public static interface AssetFilterSummary.Builder extends SdkPojo, CopyableBuilder<AssetFilterSummary.Builder,AssetFilterSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetFilterSummary.BuilderassetId(String assetId)The ID of the data asset.AssetFilterSummary.BuildercreatedAt(Instant createdAt)The timestamp at which the asset filter was created.AssetFilterSummary.Builderdescription(String description)The description of the asset filter.AssetFilterSummary.BuilderdomainId(String domainId)The ID of the domain where the asset filter lives.AssetFilterSummary.BuildereffectiveColumnNames(String... effectiveColumnNames)The effective column names of the asset filter.AssetFilterSummary.BuildereffectiveColumnNames(Collection<String> effectiveColumnNames)The effective column names of the asset filter.AssetFilterSummary.BuildereffectiveRowFilter(String effectiveRowFilter)The effective row filter of the asset filter.AssetFilterSummary.BuildererrorMessage(String errorMessage)The error message that is displayed if the action does not succeed.AssetFilterSummary.Builderid(String id)The ID of the asset filter.AssetFilterSummary.Buildername(String name)The name of the asset filter.AssetFilterSummary.Builderstatus(String status)The status of the asset filter.AssetFilterSummary.Builderstatus(FilterStatus status)The status of the asset filter.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
assetId
AssetFilterSummary.Builder assetId(String assetId)
The ID of the data asset.
- Parameters:
assetId- The ID of the data asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
AssetFilterSummary.Builder createdAt(Instant createdAt)
The timestamp at which the asset filter was created.
- Parameters:
createdAt- The timestamp at which the asset filter was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
AssetFilterSummary.Builder description(String description)
The description of the asset filter.
- Parameters:
description- The description of the asset filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
AssetFilterSummary.Builder domainId(String domainId)
The ID of the domain where the asset filter lives.
- Parameters:
domainId- The ID of the domain where the asset filter lives.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effectiveColumnNames
AssetFilterSummary.Builder effectiveColumnNames(Collection<String> effectiveColumnNames)
The effective column names of the asset filter.
- Parameters:
effectiveColumnNames- The effective column names of the asset filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effectiveColumnNames
AssetFilterSummary.Builder effectiveColumnNames(String... effectiveColumnNames)
The effective column names of the asset filter.
- Parameters:
effectiveColumnNames- The effective column names of the asset filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effectiveRowFilter
AssetFilterSummary.Builder effectiveRowFilter(String effectiveRowFilter)
The effective row filter of the asset filter.
- Parameters:
effectiveRowFilter- The effective row filter of the asset filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
AssetFilterSummary.Builder errorMessage(String errorMessage)
The error message that is displayed if the action does not succeed.
- Parameters:
errorMessage- The error message that is displayed if the action does not succeed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
AssetFilterSummary.Builder id(String id)
The ID of the asset filter.
- Parameters:
id- The ID of the asset filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AssetFilterSummary.Builder name(String name)
The name of the asset filter.
- Parameters:
name- The name of the asset filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AssetFilterSummary.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
AssetFilterSummary.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
-
-