Class CloneIndexRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<CloneIndexRequest.Builder>
co.elastic.clients.elasticsearch.indices.CloneIndexRequest.Builder
- All Implemented Interfaces:
WithJson<CloneIndexRequest.Builder>,ObjectBuilder<CloneIndexRequest>
- Enclosing class:
- CloneIndexRequest
public static class CloneIndexRequest.Builder
extends RequestBase.AbstractBuilder<CloneIndexRequest.Builder>
implements ObjectBuilder<CloneIndexRequest>
Builder for
CloneIndexRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAliases for the resulting index.aliases(String key, Function<Alias.Builder, ObjectBuilder<Alias>> fn) Aliases for the resulting index.Aliases for the resulting index.build()Builds aCloneIndexRequest.Required - Name of the source index to clone.masterTimeout(Time value) Period to wait for a connection to the master node.Period to wait for a connection to the master node.protected CloneIndexRequest.Builderself()Configuration options for the target index.Configuration options for the target index.Required - Name of the target index to create.Period to wait for a response.Period to wait for a response.The number of shard copies that must be active before proceeding with the operation.The number of shard copies that must be active before proceeding with the operation.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
aliases
Aliases for the resulting index.API name:
aliasesAdds all entries of
maptoaliases. -
aliases
Aliases for the resulting index.API name:
aliasesAdds an entry to
aliases. -
aliases
public final CloneIndexRequest.Builder aliases(String key, Function<Alias.Builder, ObjectBuilder<Alias>> fn) Aliases for the resulting index.API name:
aliasesAdds an entry to
aliasesusing a builder lambda. -
index
Required - Name of the source index to clone.API name:
index -
masterTimeout
Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout -
masterTimeout
Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout -
settings
Configuration options for the target index.API name:
settingsAdds all entries of
maptosettings. -
settings
Configuration options for the target index.API name:
settingsAdds an entry to
settings. -
target
Required - Name of the target index to create.API name:
target -
timeout
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout -
timeout
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout -
waitForActiveShards
The number of shard copies that must be active before proceeding with the operation. Set toallor any positive integer up to the total number of shards in the index (number_of_replicas+1).API name:
wait_for_active_shards -
waitForActiveShards
public final CloneIndexRequest.Builder waitForActiveShards(Function<WaitForActiveShards.Builder, ObjectBuilder<WaitForActiveShards>> fn) The number of shard copies that must be active before proceeding with the operation. Set toallor any positive integer up to the total number of shards in the index (number_of_replicas+1).API name:
wait_for_active_shards -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<CloneIndexRequest.Builder>
-
build
Builds aCloneIndexRequest.- Specified by:
buildin interfaceObjectBuilder<CloneIndexRequest>- Throws:
NullPointerException- if some of the required fields are null.
-