public static interface BucketCriteriaAdditionalProperties.Builder extends SdkPojo, CopyableBuilder<BucketCriteriaAdditionalProperties.Builder,BucketCriteriaAdditionalProperties>
| Modifier and Type | Method and Description |
|---|---|
BucketCriteriaAdditionalProperties.Builder |
eq(Collection<String> eq)
An equal to condition to apply to a specified attribute value for buckets.
|
BucketCriteriaAdditionalProperties.Builder |
eq(String... eq)
An equal to condition to apply to a specified attribute value for buckets.
|
BucketCriteriaAdditionalProperties.Builder |
gt(Long gt)
A greater than condition to apply to a specified attribute value for buckets.
|
BucketCriteriaAdditionalProperties.Builder |
gte(Long gte)
A greater than or equal to condition to apply to a specified attribute value for buckets.
|
BucketCriteriaAdditionalProperties.Builder |
lt(Long lt)
A less than condition to apply to a specified attribute value for buckets.
|
BucketCriteriaAdditionalProperties.Builder |
lte(Long lte)
A less than or equal to condition to apply to a specified attribute value for buckets.
|
BucketCriteriaAdditionalProperties.Builder |
neq(Collection<String> neq)
A not equal to condition to apply to a specified attribute value for buckets.
|
BucketCriteriaAdditionalProperties.Builder |
neq(String... neq)
A not equal to condition to apply to a specified attribute value for buckets.
|
BucketCriteriaAdditionalProperties.Builder |
prefix(String prefix)
The prefix of the buckets to include in the results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucketCriteriaAdditionalProperties.Builder eq(Collection<String> eq)
An equal to condition to apply to a specified attribute value for buckets.
eq - An equal to condition to apply to a specified attribute value for buckets.BucketCriteriaAdditionalProperties.Builder eq(String... eq)
An equal to condition to apply to a specified attribute value for buckets.
eq - An equal to condition to apply to a specified attribute value for buckets.BucketCriteriaAdditionalProperties.Builder gt(Long gt)
A greater than condition to apply to a specified attribute value for buckets.
gt - A greater than condition to apply to a specified attribute value for buckets.BucketCriteriaAdditionalProperties.Builder gte(Long gte)
A greater than or equal to condition to apply to a specified attribute value for buckets.
gte - A greater than or equal to condition to apply to a specified attribute value for buckets.BucketCriteriaAdditionalProperties.Builder lt(Long lt)
A less than condition to apply to a specified attribute value for buckets.
lt - A less than condition to apply to a specified attribute value for buckets.BucketCriteriaAdditionalProperties.Builder lte(Long lte)
A less than or equal to condition to apply to a specified attribute value for buckets.
lte - A less than or equal to condition to apply to a specified attribute value for buckets.BucketCriteriaAdditionalProperties.Builder neq(Collection<String> neq)
A not equal to condition to apply to a specified attribute value for buckets.
neq - A not equal to condition to apply to a specified attribute value for buckets.BucketCriteriaAdditionalProperties.Builder neq(String... neq)
A not equal to condition to apply to a specified attribute value for buckets.
neq - A not equal to condition to apply to a specified attribute value for buckets.BucketCriteriaAdditionalProperties.Builder prefix(String prefix)
The prefix of the buckets to include in the results.
prefix - The prefix of the buckets to include in the results.Copyright © 2020. All rights reserved.