public static interface CriterionAdditionalProperties.Builder extends SdkPojo, CopyableBuilder<CriterionAdditionalProperties.Builder,CriterionAdditionalProperties>
| Modifier and Type | Method and Description |
|---|---|
CriterionAdditionalProperties.Builder |
eq(Collection<String> eq)
An equal to condition to apply to a specified property value for findings.
|
CriterionAdditionalProperties.Builder |
eq(String... eq)
An equal to condition to apply to a specified property value for findings.
|
CriterionAdditionalProperties.Builder |
eqExactMatch(Collection<String> eqExactMatch)
A condition that requires an array field to exactly match the specified property values.
|
CriterionAdditionalProperties.Builder |
eqExactMatch(String... eqExactMatch)
A condition that requires an array field to exactly match the specified property values.
|
CriterionAdditionalProperties.Builder |
gt(Long gt)
A greater than condition to apply to a specified property value for findings.
|
CriterionAdditionalProperties.Builder |
gte(Long gte)
A greater than or equal to condition to apply to a specified property value for findings.
|
CriterionAdditionalProperties.Builder |
lt(Long lt)
A less than condition to apply to a specified property value for findings.
|
CriterionAdditionalProperties.Builder |
lte(Long lte)
A less than or equal to condition to apply to a specified property value for findings.
|
CriterionAdditionalProperties.Builder |
neq(Collection<String> neq)
A not equal to condition to apply to a specified property value for findings.
|
CriterionAdditionalProperties.Builder |
neq(String... neq)
A not equal to condition to apply to a specified property value for findings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCriterionAdditionalProperties.Builder eq(Collection<String> eq)
An equal to condition to apply to a specified property value for findings.
eq - An equal to condition to apply to a specified property value for findings.CriterionAdditionalProperties.Builder eq(String... eq)
An equal to condition to apply to a specified property value for findings.
eq - An equal to condition to apply to a specified property value for findings.CriterionAdditionalProperties.Builder eqExactMatch(Collection<String> eqExactMatch)
A condition that requires an array field to exactly match the specified property 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 - A condition that requires an array field to exactly match the specified property 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)
A condition that requires an array field to exactly match the specified property 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 - A condition that requires an array field to exactly match the specified property 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)
A greater than condition to apply to a specified property value for findings.
gt - A greater than condition to apply to a specified property value for findings.CriterionAdditionalProperties.Builder gte(Long gte)
A greater than or equal to condition to apply to a specified property value for findings.
gte - A greater than or equal to condition to apply to a specified property value for findings.CriterionAdditionalProperties.Builder lt(Long lt)
A less than condition to apply to a specified property value for findings.
lt - A less than condition to apply to a specified property value for findings.CriterionAdditionalProperties.Builder lte(Long lte)
A less than or equal to condition to apply to a specified property value for findings.
lte - A less than or equal to condition to apply to a specified property value for findings.CriterionAdditionalProperties.Builder neq(Collection<String> neq)
A not equal to condition to apply to a specified property value for findings.
neq - A not equal to condition to apply to a specified property value for findings.CriterionAdditionalProperties.Builder neq(String... neq)
A not equal to condition to apply to a specified property value for findings.
neq - A not equal to condition to apply to a specified property value for findings.Copyright © 2020. All rights reserved.