Interface CriterionAdditionalProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CriterionAdditionalProperties.Builder,CriterionAdditionalProperties>,SdkBuilder<CriterionAdditionalProperties.Builder,CriterionAdditionalProperties>,SdkPojo
- Enclosing class:
- CriterionAdditionalProperties
public static interface CriterionAdditionalProperties.Builder extends SdkPojo, CopyableBuilder<CriterionAdditionalProperties.Builder,CriterionAdditionalProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CriterionAdditionalProperties.Buildereq(String... eq)The value for the property matches (equals) the specified value.CriterionAdditionalProperties.Buildereq(Collection<String> eq)The value for the property matches (equals) the specified value.CriterionAdditionalProperties.BuildereqExactMatch(String... eqExactMatch)The value for the property exclusively matches (equals an exact match for) all the specified values.CriterionAdditionalProperties.BuildereqExactMatch(Collection<String> eqExactMatch)The value for the property exclusively matches (equals an exact match for) all the specified values.CriterionAdditionalProperties.Buildergt(Long gt)The value for the property is greater than the specified value.CriterionAdditionalProperties.Buildergte(Long gte)The value for the property is greater than or equal to the specified value.CriterionAdditionalProperties.Builderlt(Long lt)The value for the property is less than the specified value.CriterionAdditionalProperties.Builderlte(Long lte)The value for the property is less than or equal to the specified value.CriterionAdditionalProperties.Builderneq(String... neq)The value for the property doesn't match (doesn't equal) the specified value.CriterionAdditionalProperties.Builderneq(Collection<String> neq)The value for the property doesn't match (doesn't equal) the specified value.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
eq
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.
- Parameters:
eq- The value for the property matches (equals) the specified value. If you specify multiple values, Macie uses OR logic to join the values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eq
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.
- Parameters:
eq- The value for the property matches (equals) the specified value. If you specify multiple values, Macie uses OR logic to join the values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eqExactMatch
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eqExactMatch
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gt
CriterionAdditionalProperties.Builder gt(Long gt)
The value for the property is greater than the specified value.
- Parameters:
gt- The value for the property is greater than the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gte
CriterionAdditionalProperties.Builder gte(Long gte)
The value for the property is greater than or equal to the specified value.
- Parameters:
gte- The value for the property is greater than or equal to the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lt
CriterionAdditionalProperties.Builder lt(Long lt)
The value for the property is less than the specified value.
- Parameters:
lt- The value for the property is less than the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lte
CriterionAdditionalProperties.Builder lte(Long lte)
The value for the property is less than or equal to the specified value.
- Parameters:
lte- The value for the property is less than or equal to the specified value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
neq
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
neq
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-