public static interface DefineIndexFieldRequest.Builder extends CloudSearchRequest.Builder, SdkPojo, CopyableBuilder<DefineIndexFieldRequest.Builder,DefineIndexFieldRequest>
| Modifier and Type | Method and Description |
|---|---|
DefineIndexFieldRequest.Builder |
domainName(String domainName)
Sets the value of the DomainName property for this object.
|
default DefineIndexFieldRequest.Builder |
indexField(Consumer<IndexField.Builder> indexField)
The index field and field options you want to configure.
|
DefineIndexFieldRequest.Builder |
indexField(IndexField indexField)
The index field and field options you want to configure.
|
DefineIndexFieldRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DefineIndexFieldRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDefineIndexFieldRequest.Builder domainName(String domainName)
domainName - The new value for the DomainName property for this object.DefineIndexFieldRequest.Builder indexField(IndexField indexField)
The index field and field options you want to configure.
indexField - The index field and field options you want to configure.default DefineIndexFieldRequest.Builder indexField(Consumer<IndexField.Builder> indexField)
The index field and field options you want to configure.
This is a convenience method that creates an instance of theIndexField.Builder avoiding the need to
create one manually via IndexField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to indexField(IndexField).
indexField - a consumer that will call methods on IndexField.BuilderindexField(IndexField)DefineIndexFieldRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDefineIndexFieldRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.