public static interface DeleteIndexFieldRequest.Builder extends CloudSearchRequest.Builder, SdkPojo, CopyableBuilder<DeleteIndexFieldRequest.Builder,DeleteIndexFieldRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexFieldRequest.Builder |
domainName(String domainName)
Sets the value of the DomainName property for this object.
|
DeleteIndexFieldRequest.Builder |
indexFieldName(String indexFieldName)
The name of the index field your want to remove from the domain's indexing options.
|
DeleteIndexFieldRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteIndexFieldRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteIndexFieldRequest.Builder domainName(String domainName)
domainName - The new value for the DomainName property for this object.DeleteIndexFieldRequest.Builder indexFieldName(String indexFieldName)
The name of the index field your want to remove from the domain's indexing options.
indexFieldName - The name of the index field your want to remove from the domain's indexing options.DeleteIndexFieldRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteIndexFieldRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.