Class StepKey.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<StepKey.Builder>
co.elastic.clients.elasticsearch.ilm.move_to_step.StepKey.Builder
- All Implemented Interfaces:
WithJson<StepKey.Builder>,ObjectBuilder<StepKey>
- Enclosing class:
- StepKey
public static class StepKey.Builder extends WithJsonObjectBuilderBase<StepKey.Builder> implements ObjectBuilder<StepKey>
Builder for
StepKey.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description StepKey.Builderaction(java.lang.String value)Required - API name:actionStepKeybuild()Builds aStepKey.StepKey.Buildername(java.lang.String value)Required - API name:nameStepKey.Builderphase(java.lang.String value)Required - API name:phaseprotected StepKey.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
action
Required - API name:action -
name
Required - API name:name -
phase
Required - API name:phase -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<StepKey.Builder>
-
build
Builds aStepKey.- Specified by:
buildin interfaceObjectBuilder<StepKey>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-