Class IndicesBlockStatus.Builder
java.lang.Object
org.opensearch.client.opensearch.indices.add_block.IndicesBlockStatus.Builder
- All Implemented Interfaces:
ObjectBuilder<IndicesBlockStatus>
- Enclosing class:
- IndicesBlockStatus
public static class IndicesBlockStatus.Builder extends java.lang.Object implements ObjectBuilder<IndicesBlockStatus>
Builder for
IndicesBlockStatus.-
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 IndicesBlockStatus.Builderblocked(java.lang.Boolean value)API name:blockedIndicesBlockStatusbuild()Builds aIndicesBlockStatus.IndicesBlockStatus.Buildername(java.lang.String value)API name:name
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
API name:name -
blocked
API name:blocked -
build
Builds aIndicesBlockStatus.- Specified by:
buildin interfaceObjectBuilder<IndicesBlockStatus>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-