public static interface BucketCriteriaAdditionalProperties.Builder extends SdkPojo, CopyableBuilder<BucketCriteriaAdditionalProperties.Builder,BucketCriteriaAdditionalProperties>
| Modifier and Type | Method and Description |
|---|---|
BucketCriteriaAdditionalProperties.Builder |
eq(Collection<String> eq)
The value for the property matches (equals) the specified value.
|
BucketCriteriaAdditionalProperties.Builder |
eq(String... eq)
The value for the property matches (equals) the specified value.
|
BucketCriteriaAdditionalProperties.Builder |
gt(Long gt)
The value for the property is greater than the specified value.
|
BucketCriteriaAdditionalProperties.Builder |
gte(Long gte)
The value for the property is greater than or equal to the specified value.
|
BucketCriteriaAdditionalProperties.Builder |
lt(Long lt)
The value for the property is less than the specified value.
|
BucketCriteriaAdditionalProperties.Builder |
lte(Long lte)
The value for the property is less than or equal to the specified value.
|
BucketCriteriaAdditionalProperties.Builder |
neq(Collection<String> neq)
The value for the property doesn't match (doesn't equal) the specified value.
|
BucketCriteriaAdditionalProperties.Builder |
neq(String... neq)
The value for the property doesn't match (doesn't equal) the specified value.
|
BucketCriteriaAdditionalProperties.Builder |
prefix(String prefix)
The name of the bucket begins with the specified value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucketCriteriaAdditionalProperties.Builder eq(Collection<String> eq)
The value for the property matches (equals) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.
eq - The value for the property matches (equals) the specified value. If you specify multiple values,
Amazon Macie uses OR logic to join the values.BucketCriteriaAdditionalProperties.Builder eq(String... eq)
The value for the property matches (equals) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.
eq - The value for the property matches (equals) the specified value. If you specify multiple values,
Amazon Macie uses OR logic to join the values.BucketCriteriaAdditionalProperties.Builder gt(Long gt)
The value for the property is greater than the specified value.
gt - The value for the property is greater than the specified value.BucketCriteriaAdditionalProperties.Builder gte(Long gte)
The value for the property is greater than or equal to the specified value.
gte - The value for the property is greater than or equal to the specified value.BucketCriteriaAdditionalProperties.Builder lt(Long lt)
The value for the property is less than the specified value.
lt - The value for the property is less than the specified value.BucketCriteriaAdditionalProperties.Builder lte(Long lte)
The value for the property is less than or equal to the specified value.
lte - The value for the property is less than or equal to the specified value.BucketCriteriaAdditionalProperties.Builder neq(Collection<String> neq)
The value for the property doesn't match (doesn't equal) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.
neq - The value for the property doesn't match (doesn't equal) the specified value. If you specify multiple
values, Amazon Macie uses OR logic to join the values.BucketCriteriaAdditionalProperties.Builder neq(String... neq)
The value for the property doesn't match (doesn't equal) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.
neq - The value for the property doesn't match (doesn't equal) the specified value. If you specify multiple
values, Amazon Macie uses OR logic to join the values.BucketCriteriaAdditionalProperties.Builder prefix(String prefix)
The name of the bucket begins with the specified value.
prefix - The name of the bucket begins with the specified value.Copyright © 2023. All rights reserved.