Uses of Interface
software.amazon.awssdk.services.appsync.model.DataSourceIntrospectionModelIndex.Builder
-
Packages that use DataSourceIntrospectionModelIndex.Builder Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of DataSourceIntrospectionModelIndex.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return DataSourceIntrospectionModelIndex.Builder Modifier and Type Method Description static DataSourceIntrospectionModelIndex.BuilderDataSourceIntrospectionModelIndex. builder()DataSourceIntrospectionModelIndex.BuilderDataSourceIntrospectionModelIndex.Builder. fields(String... fields)The fields of the index.DataSourceIntrospectionModelIndex.BuilderDataSourceIntrospectionModelIndex.Builder. fields(Collection<String> fields)The fields of the index.DataSourceIntrospectionModelIndex.BuilderDataSourceIntrospectionModelIndex.Builder. name(String name)The name of the index.DataSourceIntrospectionModelIndex.BuilderDataSourceIntrospectionModelIndex. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type DataSourceIntrospectionModelIndex.Builder Modifier and Type Method Description static Class<? extends DataSourceIntrospectionModelIndex.Builder>DataSourceIntrospectionModelIndex. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type DataSourceIntrospectionModelIndex.Builder Modifier and Type Method Description default DataSourceIntrospectionModel.BuilderDataSourceIntrospectionModel.Builder. primaryKey(Consumer<DataSourceIntrospectionModelIndex.Builder> primaryKey)The primary key stored as aDataSourceIntrospectionModelIndexobject.
-