Class DestConfig
- java.lang.Object
-
- org.elasticsearch.client.transform.transforms.DestConfig
-
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class DestConfig extends java.lang.Object implements ToXContentObject
Configuration containing the destination index for theTransformConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDestConfig.Builder-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
Fields Modifier and Type Field Description static ParseFieldINDEXstatic ConstructingObjectParser<DestConfig,java.lang.Void>PARSERstatic ParseFieldPIPELINE-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
Modifier and Type Method Description static DestConfig.Builderbuilder()booleanequals(java.lang.Object other)java.lang.StringgetIndex()java.lang.StringgetPipeline()inthashCode()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Field Detail
-
INDEX
public static final ParseField INDEX
-
PIPELINE
public static final ParseField PIPELINE
-
PARSER
public static final ConstructingObjectParser<DestConfig,java.lang.Void> PARSER
-
-
Method Detail
-
getIndex
public java.lang.String getIndex()
-
getPipeline
public java.lang.String getPipeline()
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
builder
public static DestConfig.Builder builder()
-
-