Interface IndexDocumentsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudSearchResponse.Builder,CopyableBuilder<IndexDocumentsResponse.Builder,IndexDocumentsResponse>,SdkBuilder<IndexDocumentsResponse.Builder,IndexDocumentsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- IndexDocumentsResponse
public static interface IndexDocumentsResponse.Builder extends CloudSearchResponse.Builder, SdkPojo, CopyableBuilder<IndexDocumentsResponse.Builder,IndexDocumentsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexDocumentsResponse.BuilderfieldNames(String... fieldNames)The names of the fields that are currently being indexed.IndexDocumentsResponse.BuilderfieldNames(Collection<String> fieldNames)The names of the fields that are currently being indexed.-
Methods inherited from interface software.amazon.awssdk.services.cloudsearch.model.CloudSearchResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
fieldNames
IndexDocumentsResponse.Builder fieldNames(Collection<String> fieldNames)
The names of the fields that are currently being indexed.
- Parameters:
fieldNames- The names of the fields that are currently being indexed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldNames
IndexDocumentsResponse.Builder fieldNames(String... fieldNames)
The names of the fields that are currently being indexed.
- Parameters:
fieldNames- The names of the fields that are currently being indexed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-