Interface FilterSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FilterSummary.Builder,FilterSummary>,SdkBuilder<FilterSummary.Builder,FilterSummary>,SdkPojo
- Enclosing class:
- FilterSummary
public static interface FilterSummary.Builder extends SdkPojo, CopyableBuilder<FilterSummary.Builder,FilterSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilterSummary.BuildercreationDateTime(Instant creationDateTime)The time at which the filter was created.FilterSummary.BuilderdatasetGroupArn(String datasetGroupArn)The ARN of the dataset group to which the filter belongs.FilterSummary.BuilderfailureReason(String failureReason)If the filter failed, the reason for the failure.FilterSummary.BuilderfilterArn(String filterArn)The ARN of the filter.FilterSummary.BuilderlastUpdatedDateTime(Instant lastUpdatedDateTime)The time at which the filter was last updated.FilterSummary.Buildername(String name)The name of the filter.FilterSummary.Builderstatus(String status)The status of the 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
FilterSummary.Builder name(String name)
The name of the filter.
- Parameters:
name- The name of the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterArn
FilterSummary.Builder filterArn(String filterArn)
The ARN of the filter.
- Parameters:
filterArn- The ARN of the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDateTime
FilterSummary.Builder creationDateTime(Instant creationDateTime)
The time at which the filter was created.
- Parameters:
creationDateTime- The time at which the filter was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDateTime
FilterSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The time at which the filter was last updated.
- Parameters:
lastUpdatedDateTime- The time at which the filter was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetGroupArn
FilterSummary.Builder datasetGroupArn(String datasetGroupArn)
The ARN of the dataset group to which the filter belongs.
- Parameters:
datasetGroupArn- The ARN of the dataset group to which the filter belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
FilterSummary.Builder failureReason(String failureReason)
If the filter failed, the reason for the failure.
- Parameters:
failureReason- If the filter failed, the reason for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
FilterSummary.Builder status(String status)
The status of the filter.
- Parameters:
status- The status of the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-