Interface SearchResourcesSimpleCriterion.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SearchResourcesSimpleCriterion.Builder,SearchResourcesSimpleCriterion>,SdkBuilder<SearchResourcesSimpleCriterion.Builder,SearchResourcesSimpleCriterion>,SdkPojo
- Enclosing class:
- SearchResourcesSimpleCriterion
public static interface SearchResourcesSimpleCriterion.Builder extends SdkPojo, CopyableBuilder<SearchResourcesSimpleCriterion.Builder,SearchResourcesSimpleCriterion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchResourcesSimpleCriterion.Buildercomparator(String comparator)The operator to use in the condition.SearchResourcesSimpleCriterion.Buildercomparator(SearchResourcesComparator comparator)The operator to use in the condition.SearchResourcesSimpleCriterion.Builderkey(String key)The property to use in the condition.SearchResourcesSimpleCriterion.Builderkey(SearchResourcesSimpleCriterionKey key)The property to use in the condition.SearchResourcesSimpleCriterion.Buildervalues(String... values)An array that lists one or more values to use in the condition.SearchResourcesSimpleCriterion.Buildervalues(Collection<String> values)An array that lists one or more values to use in the condition.-
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
-
comparator
SearchResourcesSimpleCriterion.Builder comparator(String comparator)
The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).
- Parameters:
comparator- The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SearchResourcesComparator,SearchResourcesComparator
-
comparator
SearchResourcesSimpleCriterion.Builder comparator(SearchResourcesComparator comparator)
The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).
- Parameters:
comparator- The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SearchResourcesComparator,SearchResourcesComparator
-
key
SearchResourcesSimpleCriterion.Builder key(String key)
The property to use in the condition.
- Parameters:
key- The property to use in the condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SearchResourcesSimpleCriterionKey,SearchResourcesSimpleCriterionKey
-
key
SearchResourcesSimpleCriterion.Builder key(SearchResourcesSimpleCriterionKey key)
The property to use in the condition.
- Parameters:
key- The property to use in the condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SearchResourcesSimpleCriterionKey,SearchResourcesSimpleCriterionKey
-
values
SearchResourcesSimpleCriterion.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 resource.
-
S3_BUCKET_EFFECTIVE_PERMISSION - A string that represents an enumerated value that Macie defines for the BucketPublicAccess.effectivePermission property of an S3 bucket.
-
S3_BUCKET_NAME - A string that represents the name of an S3 bucket.
-
S3_BUCKET_SHARED_ACCESS - A string that represents an enumerated value that Macie defines for the BucketMetadata.sharedAccess property of an S3 bucket.
Values are case sensitive. Also, Macie doesn't support use of partial values or wildcard characters in values.
- Parameters:
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 resource.
-
S3_BUCKET_EFFECTIVE_PERMISSION - A string that represents an enumerated value that Macie defines for the BucketPublicAccess.effectivePermission property of an S3 bucket.
-
S3_BUCKET_NAME - A string that represents the name of an S3 bucket.
-
S3_BUCKET_SHARED_ACCESS - A string that represents an enumerated value that Macie defines for the BucketMetadata.sharedAccess property of an S3 bucket.
Values are case sensitive. Also, Macie doesn't support use of partial values or wildcard characters in values.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
values
SearchResourcesSimpleCriterion.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 resource.
-
S3_BUCKET_EFFECTIVE_PERMISSION - A string that represents an enumerated value that Macie defines for the BucketPublicAccess.effectivePermission property of an S3 bucket.
-
S3_BUCKET_NAME - A string that represents the name of an S3 bucket.
-
S3_BUCKET_SHARED_ACCESS - A string that represents an enumerated value that Macie defines for the BucketMetadata.sharedAccess property of an S3 bucket.
Values are case sensitive. Also, Macie doesn't support use of partial values or wildcard characters in values.
- Parameters:
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 resource.
-
S3_BUCKET_EFFECTIVE_PERMISSION - A string that represents an enumerated value that Macie defines for the BucketPublicAccess.effectivePermission property of an S3 bucket.
-
S3_BUCKET_NAME - A string that represents the name of an S3 bucket.
-
S3_BUCKET_SHARED_ACCESS - A string that represents an enumerated value that Macie defines for the BucketMetadata.sharedAccess property of an S3 bucket.
Values are case sensitive. Also, Macie doesn't support use of partial values or wildcard characters in values.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
-