@Generated(value="software.amazon.awssdk:codegen") public final class SearchResourcesBucketCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SearchResourcesBucketCriteria.Builder,SearchResourcesBucketCriteria>
Specifies property- and tag-based conditions that define filter criteria for including or excluding S3 buckets from the query results. Exclude conditions take precedence over include conditions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SearchResourcesBucketCriteria.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SearchResourcesBucketCriteria.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
SearchResourcesCriteriaBlock |
excludes()
The property- and tag-based conditions that determine which buckets to exclude from the results.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SearchResourcesCriteriaBlock |
includes()
The property- and tag-based conditions that determine which buckets to include in the results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SearchResourcesBucketCriteria.Builder> |
serializableBuilderClass() |
SearchResourcesBucketCriteria.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SearchResourcesCriteriaBlock excludes()
The property- and tag-based conditions that determine which buckets to exclude from the results.
public final SearchResourcesCriteriaBlock includes()
The property- and tag-based conditions that determine which buckets to include in the results.
public SearchResourcesBucketCriteria.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SearchResourcesBucketCriteria.Builder,SearchResourcesBucketCriteria>public static SearchResourcesBucketCriteria.Builder builder()
public static Class<? extends SearchResourcesBucketCriteria.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.