public static final class ListDataTasksResponseBody.SourceCluster.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ListDataTasksResponseBody.SourceCluster |
build() |
ListDataTasksResponseBody.SourceCluster.Builder |
dataSourceType(String dataSourceType)
The type of the source cluster.
|
ListDataTasksResponseBody.SourceCluster.Builder |
index(String index)
The index whose data you want to migrate.
|
ListDataTasksResponseBody.SourceCluster.Builder |
mapping(String mapping)
The Mapping configuration of the cluster.
|
ListDataTasksResponseBody.SourceCluster.Builder |
routing(String routing)
The routing field to index the table.
|
ListDataTasksResponseBody.SourceCluster.Builder |
settings(String settings)
The Settings of the cluster.
|
ListDataTasksResponseBody.SourceCluster.Builder |
type(String type)
The type of the destination index.
|
public ListDataTasksResponseBody.SourceCluster.Builder dataSourceType(String dataSourceType)
public ListDataTasksResponseBody.SourceCluster.Builder index(String index)
public ListDataTasksResponseBody.SourceCluster.Builder mapping(String mapping)
public ListDataTasksResponseBody.SourceCluster.Builder routing(String routing)
public ListDataTasksResponseBody.SourceCluster.Builder settings(String settings)
public ListDataTasksResponseBody.SourceCluster.Builder type(String type)
public ListDataTasksResponseBody.SourceCluster build()
Copyright © 2024. All rights reserved.