public static interface CriterionAdditionalProperties.Builder extends SdkPojo, CopyableBuilder<CriterionAdditionalProperties.Builder,CriterionAdditionalProperties>
Modifier and Type | Method and Description |
---|---|
CriterionAdditionalProperties.Builder |
eq(Collection<String> eq)
The value for the property matches (equals) the specified value.
|
CriterionAdditionalProperties.Builder |
eq(String... eq)
The value for the property matches (equals) the specified value.
|
CriterionAdditionalProperties.Builder |
eqExactMatch(Collection<String> eqExactMatch)
The value for the property exclusively matches (equals an exact match for) all the specified values.
|
CriterionAdditionalProperties.Builder |
eqExactMatch(String... eqExactMatch)
The value for the property exclusively matches (equals an exact match for) all the specified values.
|
CriterionAdditionalProperties.Builder |
gt(Long gt)
The value for the property is greater than the specified value.
|
CriterionAdditionalProperties.Builder |
gte(Long gte)
The value for the property is greater than or equal to the specified value.
|
CriterionAdditionalProperties.Builder |
lt(Long lt)
The value for the property is less than the specified value.
|
CriterionAdditionalProperties.Builder |
lte(Long lte)
The value for the property is less than or equal to the specified value.
|
CriterionAdditionalProperties.Builder |
neq(Collection<String> neq)
The value for the property doesn't match (doesn't equal) the specified value.
|
CriterionAdditionalProperties.Builder |
neq(String... neq)
The value for the property doesn't match (doesn't equal) the specified value.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CriterionAdditionalProperties.Builder eq(Collection<String> eq)
The value for the property matches (equals) the specified value. If you specify multiple values, Macie uses OR logic to join the values.
eq
- The value for the property matches (equals) the specified value. If you specify multiple values, Macie
uses OR logic to join the values.CriterionAdditionalProperties.Builder eq(String... eq)
The value for the property matches (equals) the specified value. If you specify multiple values, Macie uses OR logic to join the values.
eq
- The value for the property matches (equals) the specified value. If you specify multiple values, Macie
uses OR logic to join the values.CriterionAdditionalProperties.Builder eqExactMatch(Collection<String> eqExactMatch)
The value for the property exclusively matches (equals an exact match for) all the specified values. If you specify multiple values, Amazon Macie uses AND logic to join the values.
You can use this operator with the following properties: customDataIdentifiers.detections.arn, customDataIdentifiers.detections.name, resourcesAffected.s3Bucket.tags.key, resourcesAffected.s3Bucket.tags.value, resourcesAffected.s3Object.tags.key, resourcesAffected.s3Object.tags.value, sensitiveData.category, and sensitiveData.detections.type.
eqExactMatch
- The value for the property exclusively matches (equals an exact match for) all the specified values.
If you specify multiple values, Amazon Macie uses AND logic to join the values.
You can use this operator with the following properties: customDataIdentifiers.detections.arn, customDataIdentifiers.detections.name, resourcesAffected.s3Bucket.tags.key, resourcesAffected.s3Bucket.tags.value, resourcesAffected.s3Object.tags.key, resourcesAffected.s3Object.tags.value, sensitiveData.category, and sensitiveData.detections.type.
CriterionAdditionalProperties.Builder eqExactMatch(String... eqExactMatch)
The value for the property exclusively matches (equals an exact match for) all the specified values. If you specify multiple values, Amazon Macie uses AND logic to join the values.
You can use this operator with the following properties: customDataIdentifiers.detections.arn, customDataIdentifiers.detections.name, resourcesAffected.s3Bucket.tags.key, resourcesAffected.s3Bucket.tags.value, resourcesAffected.s3Object.tags.key, resourcesAffected.s3Object.tags.value, sensitiveData.category, and sensitiveData.detections.type.
eqExactMatch
- The value for the property exclusively matches (equals an exact match for) all the specified values.
If you specify multiple values, Amazon Macie uses AND logic to join the values.
You can use this operator with the following properties: customDataIdentifiers.detections.arn, customDataIdentifiers.detections.name, resourcesAffected.s3Bucket.tags.key, resourcesAffected.s3Bucket.tags.value, resourcesAffected.s3Object.tags.key, resourcesAffected.s3Object.tags.value, sensitiveData.category, and sensitiveData.detections.type.
CriterionAdditionalProperties.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.CriterionAdditionalProperties.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.CriterionAdditionalProperties.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.CriterionAdditionalProperties.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.CriterionAdditionalProperties.Builder neq(Collection<String> neq)
The value for the property doesn't match (doesn't equal) the specified value. If you specify multiple values, 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, Macie uses OR logic to join the values.CriterionAdditionalProperties.Builder neq(String... neq)
The value for the property doesn't match (doesn't equal) the specified value. If you specify multiple values, 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, Macie uses OR logic to join the values.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.