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