Interface BuildSuggestersResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudSearchResponse.Builder,CopyableBuilder<BuildSuggestersResponse.Builder,BuildSuggestersResponse>,SdkBuilder<BuildSuggestersResponse.Builder,BuildSuggestersResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BuildSuggestersResponse
public static interface BuildSuggestersResponse.Builder extends CloudSearchResponse.Builder, SdkPojo, CopyableBuilder<BuildSuggestersResponse.Builder,BuildSuggestersResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildSuggestersResponse.BuilderfieldNames(String... fieldNames)Sets the value of the FieldNames property for this object.BuildSuggestersResponse.BuilderfieldNames(Collection<String> fieldNames)Sets the value of the FieldNames property for this object.-
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
BuildSuggestersResponse.Builder fieldNames(Collection<String> fieldNames)
Sets the value of the FieldNames property for this object.- Parameters:
fieldNames- The new value for the FieldNames property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldNames
BuildSuggestersResponse.Builder fieldNames(String... fieldNames)
Sets the value of the FieldNames property for this object.- Parameters:
fieldNames- The new value for the FieldNames property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-