Interface DataSourceGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataSourceGroup.Builder,DataSourceGroup>,SdkBuilder<DataSourceGroup.Builder,DataSourceGroup>,SdkPojo
- Enclosing class:
- DataSourceGroup
public static interface DataSourceGroup.Builder extends SdkPojo, CopyableBuilder<DataSourceGroup.Builder,DataSourceGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSourceGroup.BuilderdataSourceId(String dataSourceId)The identifier of the data source group you want to add to your list of data source groups.DataSourceGroup.BuildergroupId(String groupId)The identifier of the group you want to add to your list of groups.-
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
-
groupId
DataSourceGroup.Builder groupId(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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
DataSourceGroup.Builder dataSourceId(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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-