Interface GetAssetFilterResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAssetFilterResponse.Builder,GetAssetFilterResponse>,DataZoneResponse.Builder,SdkBuilder<GetAssetFilterResponse.Builder,GetAssetFilterResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAssetFilterResponse
public static interface GetAssetFilterResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetAssetFilterResponse.Builder,GetAssetFilterResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetAssetFilterResponse.BuilderassetId(String assetId)The ID of the data asset.default GetAssetFilterResponse.Builderconfiguration(Consumer<AssetFilterConfiguration.Builder> configuration)The configuration of the asset filter.GetAssetFilterResponse.Builderconfiguration(AssetFilterConfiguration configuration)The configuration of the asset filter.GetAssetFilterResponse.BuildercreatedAt(Instant createdAt)The timestamp at which the asset filter was created.GetAssetFilterResponse.Builderdescription(String description)The description of the asset filter.GetAssetFilterResponse.BuilderdomainId(String domainId)The ID of the domain where you want to get an asset filter.GetAssetFilterResponse.BuildereffectiveColumnNames(String... effectiveColumnNames)The column names of the asset filter.GetAssetFilterResponse.BuildereffectiveColumnNames(Collection<String> effectiveColumnNames)The column names of the asset filter.GetAssetFilterResponse.BuildereffectiveRowFilter(String effectiveRowFilter)The row filter of the asset filter.GetAssetFilterResponse.BuildererrorMessage(String errorMessage)The error message that is displayed if the action does not complete successfully.GetAssetFilterResponse.Builderid(String id)The ID of the asset filter.GetAssetFilterResponse.Buildername(String name)The name of the asset filter.GetAssetFilterResponse.Builderstatus(String status)The status of the asset filter.GetAssetFilterResponse.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.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
assetId
GetAssetFilterResponse.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.
-
configuration
GetAssetFilterResponse.Builder configuration(AssetFilterConfiguration configuration)
The configuration of the asset filter.
- Parameters:
configuration- The configuration of the asset filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
default GetAssetFilterResponse.Builder configuration(Consumer<AssetFilterConfiguration.Builder> configuration)
The configuration of the asset filter.
This is a convenience method that creates an instance of theAssetFilterConfiguration.Builderavoiding the need to create one manually viaAssetFilterConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(AssetFilterConfiguration).- Parameters:
configuration- a consumer that will call methods onAssetFilterConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configuration(AssetFilterConfiguration)
-
createdAt
GetAssetFilterResponse.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
GetAssetFilterResponse.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
GetAssetFilterResponse.Builder domainId(String domainId)
The ID of the domain where you want to get an asset filter.
- Parameters:
domainId- The ID of the domain where you want to get an asset filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effectiveColumnNames
GetAssetFilterResponse.Builder effectiveColumnNames(Collection<String> effectiveColumnNames)
The column names of the asset filter.
- Parameters:
effectiveColumnNames- The column names of the asset filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effectiveColumnNames
GetAssetFilterResponse.Builder effectiveColumnNames(String... effectiveColumnNames)
The column names of the asset filter.
- Parameters:
effectiveColumnNames- The column names of the asset filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effectiveRowFilter
GetAssetFilterResponse.Builder effectiveRowFilter(String effectiveRowFilter)
The row filter of the asset filter.
- Parameters:
effectiveRowFilter- The row filter of the asset filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
GetAssetFilterResponse.Builder errorMessage(String errorMessage)
The error message that is displayed if the action does not complete successfully.
- Parameters:
errorMessage- The error message that is displayed if the action does not complete successfully.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetAssetFilterResponse.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
GetAssetFilterResponse.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
GetAssetFilterResponse.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
GetAssetFilterResponse.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
-
-