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
Modifier and TypeMethodDescriptionThe fields of the index.fields
(Collection<String> fields) The fields of the index.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 Details
-
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
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
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.
-