Class PutNodeResponse.Builder
java.lang.Object
org.opensearch.client.opensearch.shutdown.PutNodeResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<PutNodeResponse>
- Enclosing class:
- PutNodeResponse
public static class PutNodeResponse.Builder extends java.lang.Object implements ObjectBuilder<PutNodeResponse>
Builder for
PutNodeResponse.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description PutNodeResponsebuild()Builds aPutNodeResponse.PutNodeResponse.Builderstub(java.lang.Boolean value)API name:stub
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
stub
API name:stub -
build
Builds aPutNodeResponse.- Specified by:
buildin interfaceObjectBuilder<PutNodeResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-