Interface DataSourceIntrospectionModelIndex.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DataSourceIntrospectionModelIndex.Builder,DataSourceIntrospectionModelIndex>
,SdkBuilder<DataSourceIntrospectionModelIndex.Builder,DataSourceIntrospectionModelIndex>
,SdkPojo
- Enclosing class:
- DataSourceIntrospectionModelIndex
public static interface DataSourceIntrospectionModelIndex.Builder extends SdkPojo, CopyableBuilder<DataSourceIntrospectionModelIndex.Builder,DataSourceIntrospectionModelIndex>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSourceIntrospectionModelIndex.Builder
fields(String... fields)
The fields of the index.DataSourceIntrospectionModelIndex.Builder
fields(Collection<String> fields)
The fields of the index.DataSourceIntrospectionModelIndex.Builder
name(String name)
The name of the index.-
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
-
name
DataSourceIntrospectionModelIndex.Builder name(String name)
The name of the index.
- Parameters:
name
- The name of the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
DataSourceIntrospectionModelIndex.Builder fields(Collection<String> fields)
The fields of the index.
- Parameters:
fields
- The fields of the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
DataSourceIntrospectionModelIndex.Builder fields(String... fields)
The fields of the index.
- Parameters:
fields
- The fields of the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-