public static interface FilterSummary.Builder extends SdkPojo, CopyableBuilder<FilterSummary.Builder,FilterSummary>
| Modifier and Type | Method and Description |
|---|---|
FilterSummary.Builder |
creationDateTime(Instant creationDateTime)
The time at which the filter was created.
|
FilterSummary.Builder |
datasetGroupArn(String datasetGroupArn)
The ARN of the dataset group to which the filter belongs.
|
FilterSummary.Builder |
failureReason(String failureReason)
If the filter failed, the reason for the failure.
|
FilterSummary.Builder |
filterArn(String filterArn)
The ARN of the filter.
|
FilterSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The time at which the filter was last updated.
|
FilterSummary.Builder |
name(String name)
The name of the filter.
|
FilterSummary.Builder |
status(String status)
The status of the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterSummary.Builder name(String name)
The name of the filter.
name - The name of the filter.FilterSummary.Builder filterArn(String filterArn)
The ARN of the filter.
filterArn - The ARN of the filter.FilterSummary.Builder creationDateTime(Instant creationDateTime)
The time at which the filter was created.
creationDateTime - The time at which the filter was created.FilterSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The time at which the filter was last updated.
lastUpdatedDateTime - The time at which the filter was last updated.FilterSummary.Builder datasetGroupArn(String datasetGroupArn)
The ARN of the dataset group to which the filter belongs.
datasetGroupArn - The ARN of the dataset group to which the filter belongs.FilterSummary.Builder failureReason(String failureReason)
If the filter failed, the reason for the failure.
failureReason - If the filter failed, the reason for the failure.FilterSummary.Builder status(String status)
The status of the filter.
status - The status of the filter.Copyright © 2020. All rights reserved.