public static interface DefineIndexFieldResponse.Builder extends CloudSearchResponse.Builder, CopyableBuilder<DefineIndexFieldResponse.Builder,DefineIndexFieldResponse>
| Modifier and Type | Method and Description |
|---|---|
default DefineIndexFieldResponse.Builder |
indexField(Consumer<IndexFieldStatus.Builder> indexField)
Sets the value of the IndexField property for this object.
|
DefineIndexFieldResponse.Builder |
indexField(IndexFieldStatus indexField)
Sets the value of the IndexField property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDefineIndexFieldResponse.Builder indexField(IndexFieldStatus indexField)
indexField - The new value for the IndexField property for this object.default DefineIndexFieldResponse.Builder indexField(Consumer<IndexFieldStatus.Builder> indexField)
IndexFieldStatus.Builder avoiding the need to
create one manually via IndexFieldStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to indexField(IndexFieldStatus).indexField - a consumer that will call methods on IndexFieldStatus.BuilderindexField(IndexFieldStatus)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.