public static interface DeleteIndexFieldRequest.Builder extends CloudSearchRequest.Builder, 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)
Add an optional request override configuration.
|
DeleteIndexFieldRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteIndexFieldRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.