Interface BucketCriteriaAdditionalProperties.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BucketCriteriaAdditionalProperties.Builder,,- BucketCriteriaAdditionalProperties> - SdkBuilder<BucketCriteriaAdditionalProperties.Builder,,- BucketCriteriaAdditionalProperties> - SdkPojo
- Enclosing class:
- BucketCriteriaAdditionalProperties
- 
Method SummaryModifier and TypeMethodDescriptionThe value for the property matches (equals) the specified value.eq(Collection<String> eq) The value for the property matches (equals) the specified value.The value for the property is greater than the specified value.The value for the property is greater than or equal to the specified value.The value for the property is less than the specified value.The value for the property is less than or equal to the specified value.The value for the property doesn't match (doesn't equal) the specified value.neq(Collection<String> neq) The value for the property doesn't match (doesn't equal) the specified value.The name of the bucket begins with the specified value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
eqThe value for the property matches (equals) the specified value. If you specify multiple values, Amazon 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, Amazon Macie uses OR logic to join the values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eqThe value for the property matches (equals) the specified value. If you specify multiple values, Amazon 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, Amazon Macie uses OR logic to join the values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
gtThe 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.
 
- 
gteThe 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.
 
- 
ltThe 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.
 
- 
lteThe 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.
 
- 
neqThe value for the property doesn't match (doesn't equal) the specified value. If you specify multiple values, Amazon 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, Amazon Macie uses OR logic to join the values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
neqThe value for the property doesn't match (doesn't equal) the specified value. If you specify multiple values, Amazon 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, Amazon Macie uses OR logic to join the values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
prefixThe name of the bucket begins with the specified value. - Parameters:
- prefix- The name of the bucket begins with the specified value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-