public static interface SimpleCriterionForJob.Builder extends SdkPojo, CopyableBuilder<SimpleCriterionForJob.Builder,SimpleCriterionForJob>
| Modifier and Type | Method and Description |
|---|---|
SimpleCriterionForJob.Builder |
comparator(JobComparator comparator)
The operator to use in the condition.
|
SimpleCriterionForJob.Builder |
comparator(String comparator)
The operator to use in the condition.
|
SimpleCriterionForJob.Builder |
key(SimpleCriterionKeyForJob key)
The property to use in the condition.
|
SimpleCriterionForJob.Builder |
key(String key)
The property to use in the condition.
|
SimpleCriterionForJob.Builder |
values(Collection<String> values)
An array that lists one or more values to use in the condition.
|
SimpleCriterionForJob.Builder |
values(String... values)
An array that lists one or more values to use in the condition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSimpleCriterionForJob.Builder comparator(String comparator)
The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).
comparator - The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).JobComparator,
JobComparatorSimpleCriterionForJob.Builder comparator(JobComparator comparator)
The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).
comparator - The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).JobComparator,
JobComparatorSimpleCriterionForJob.Builder key(String key)
The property to use in the condition.
key - The property to use in the condition.SimpleCriterionKeyForJob,
SimpleCriterionKeyForJobSimpleCriterionForJob.Builder key(SimpleCriterionKeyForJob key)
The property to use in the condition.
key - The property to use in the condition.SimpleCriterionKeyForJob,
SimpleCriterionKeyForJobSimpleCriterionForJob.Builder values(Collection<String> values)
An array that lists one or more values to use in the condition. If you specify multiple values, Amazon Macie uses OR logic to join the values. Valid values for each supported property (key) are:
ACCOUNT_ID - A string that represents the unique identifier for the Amazon Web Services account that owns the bucket.
S3_BUCKET_EFFECTIVE_PERMISSION - A string that represents an enumerated value that Macie defines for the BucketPublicAccess.effectivePermission property of a bucket.
S3_BUCKET_NAME - A string that represents the name of a bucket.
S3_BUCKET_SHARED_ACCESS - A string that represents an enumerated value that Macie defines for the BucketMetadata.sharedAccess property of a bucket.
Values are case sensitive. Also, Macie doesn't support use of partial values or wildcard characters in these values.
values - An array that lists one or more values to use in the condition. If you specify multiple values, Amazon
Macie uses OR logic to join the values. Valid values for each supported property (key) are:
ACCOUNT_ID - A string that represents the unique identifier for the Amazon Web Services account that owns the bucket.
S3_BUCKET_EFFECTIVE_PERMISSION - A string that represents an enumerated value that Macie defines for the BucketPublicAccess.effectivePermission property of a bucket.
S3_BUCKET_NAME - A string that represents the name of a bucket.
S3_BUCKET_SHARED_ACCESS - A string that represents an enumerated value that Macie defines for the BucketMetadata.sharedAccess property of a bucket.
Values are case sensitive. Also, Macie doesn't support use of partial values or wildcard characters in these values.
SimpleCriterionForJob.Builder values(String... values)
An array that lists one or more values to use in the condition. If you specify multiple values, Amazon Macie uses OR logic to join the values. Valid values for each supported property (key) are:
ACCOUNT_ID - A string that represents the unique identifier for the Amazon Web Services account that owns the bucket.
S3_BUCKET_EFFECTIVE_PERMISSION - A string that represents an enumerated value that Macie defines for the BucketPublicAccess.effectivePermission property of a bucket.
S3_BUCKET_NAME - A string that represents the name of a bucket.
S3_BUCKET_SHARED_ACCESS - A string that represents an enumerated value that Macie defines for the BucketMetadata.sharedAccess property of a bucket.
Values are case sensitive. Also, Macie doesn't support use of partial values or wildcard characters in these values.
values - An array that lists one or more values to use in the condition. If you specify multiple values, Amazon
Macie uses OR logic to join the values. Valid values for each supported property (key) are:
ACCOUNT_ID - A string that represents the unique identifier for the Amazon Web Services account that owns the bucket.
S3_BUCKET_EFFECTIVE_PERMISSION - A string that represents an enumerated value that Macie defines for the BucketPublicAccess.effectivePermission property of a bucket.
S3_BUCKET_NAME - A string that represents the name of a bucket.
S3_BUCKET_SHARED_ACCESS - A string that represents an enumerated value that Macie defines for the BucketMetadata.sharedAccess property of a bucket.
Values are case sensitive. Also, Macie doesn't support use of partial values or wildcard characters in these values.
Copyright © 2021. All rights reserved.