Class StepKey.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ilm.move_to_step.StepKey.Builder
- All Implemented Interfaces:
ObjectBuilder<StepKey>
- Enclosing class:
- StepKey
public static class StepKey.Builder extends java.lang.Object 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)API name:actionStepKeybuild()Builds aStepKey.StepKey.Buildername(java.lang.String value)API name:nameStepKey.Builderphase(java.lang.String value)API name:phaseMethods 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
API name:action -
name
API name:name -
phase
API name:phase -
build
Builds aStepKey.- Specified by:
buildin interfaceObjectBuilder<StepKey>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-