Interface IndexDocumentsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CloudSearchResponse.Builder,- CopyableBuilder<IndexDocumentsResponse.Builder,,- IndexDocumentsResponse> - SdkBuilder<IndexDocumentsResponse.Builder,,- IndexDocumentsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- IndexDocumentsResponse
@Mutable
@NotThreadSafe
public static interface IndexDocumentsResponse.Builder
extends CloudSearchResponse.Builder, SdkPojo, CopyableBuilder<IndexDocumentsResponse.Builder,IndexDocumentsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionfieldNames(String... fieldNames) The names of the fields that are currently being indexed.fieldNames(Collection<String> fieldNames) The names of the fields that are currently being indexed.Methods inherited from interface software.amazon.awssdk.services.cloudsearch.model.CloudSearchResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
fieldNamesThe 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.
 
- 
fieldNamesThe 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.
 
 
-