static StorageLensGroupAndOperator.Builder |
StorageLensGroupAndOperator.builder() |
|
StorageLensGroupAndOperator.Builder |
StorageLensGroupAndOperator.Builder.matchAnyPrefix(String... matchAnyPrefix) |
Contains a list of prefixes.
|
StorageLensGroupAndOperator.Builder |
StorageLensGroupAndOperator.Builder.matchAnyPrefix(Collection<String> matchAnyPrefix) |
Contains a list of prefixes.
|
StorageLensGroupAndOperator.Builder |
StorageLensGroupAndOperator.Builder.matchAnySuffix(String... matchAnySuffix) |
Contains a list of suffixes.
|
StorageLensGroupAndOperator.Builder |
StorageLensGroupAndOperator.Builder.matchAnySuffix(Collection<String> matchAnySuffix) |
Contains a list of suffixes.
|
StorageLensGroupAndOperator.Builder |
StorageLensGroupAndOperator.Builder.matchAnyTag(Collection<S3Tag> matchAnyTag) |
Contains the list of object tags.
|
StorageLensGroupAndOperator.Builder |
StorageLensGroupAndOperator.Builder.matchAnyTag(Consumer<S3Tag.Builder>... matchAnyTag) |
Contains the list of object tags.
|
StorageLensGroupAndOperator.Builder |
StorageLensGroupAndOperator.Builder.matchAnyTag(S3Tag... matchAnyTag) |
Contains the list of object tags.
|
default StorageLensGroupAndOperator.Builder |
StorageLensGroupAndOperator.Builder.matchObjectAge(Consumer<MatchObjectAge.Builder> matchObjectAge) |
Contains DaysGreaterThan and DaysLessThan to define the object age range (minimum
and maximum number of days).
|
StorageLensGroupAndOperator.Builder |
StorageLensGroupAndOperator.Builder.matchObjectAge(MatchObjectAge matchObjectAge) |
Contains DaysGreaterThan and DaysLessThan to define the object age range (minimum
and maximum number of days).
|
default StorageLensGroupAndOperator.Builder |
StorageLensGroupAndOperator.Builder.matchObjectSize(Consumer<MatchObjectSize.Builder> matchObjectSize) |
Contains BytesGreaterThan and BytesLessThan to define the object size range
(minimum and maximum number of Bytes).
|
StorageLensGroupAndOperator.Builder |
StorageLensGroupAndOperator.Builder.matchObjectSize(MatchObjectSize matchObjectSize) |
Contains BytesGreaterThan and BytesLessThan to define the object size range
(minimum and maximum number of Bytes).
|
StorageLensGroupAndOperator.Builder |
StorageLensGroupAndOperator.toBuilder() |
|