@Generated(value="software.amazon.awssdk:codegen") public final class DataSourceGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSourceGroup.Builder,DataSourceGroup>
Data source information for user context filtering.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataSourceGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceGroup.Builder |
builder() |
String |
dataSourceId()
The identifier of the data source group you want to add to your list of data source groups.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupId()
The identifier of the group you want to add to your list of groups.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataSourceGroup.Builder> |
serializableBuilderClass() |
DataSourceGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupId()
The identifier of the group you want to add to your list of groups. This is for filtering search results based on the groups' access to documents.
public final String dataSourceId()
The identifier of the data source group you want to add to your list of data source groups. This is for filtering search results based on the groups' access to documents in that data source.
public DataSourceGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataSourceGroup.Builder,DataSourceGroup>public static DataSourceGroup.Builder builder()
public static Class<? extends DataSourceGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.