Class GetAutoscalingPolicyResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.autoscaling.AutoscalingPolicy.AbstractBuilder<GetAutoscalingPolicyResponse.Builder>
co.elastic.clients.elasticsearch.autoscaling.GetAutoscalingPolicyResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<GetAutoscalingPolicyResponse>
- Enclosing class:
- GetAutoscalingPolicyResponse
public static class GetAutoscalingPolicyResponse.Builder extends AutoscalingPolicy.AbstractBuilder<GetAutoscalingPolicyResponse.Builder> implements ObjectBuilder<GetAutoscalingPolicyResponse>
Builder for
GetAutoscalingPolicyResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GetAutoscalingPolicyResponsebuild()Builds aGetAutoscalingPolicyResponse.protected GetAutoscalingPolicyResponse.Builderself()Methods inherited from class co.elastic.clients.elasticsearch.autoscaling.AutoscalingPolicy.AbstractBuilder
deciders, deciders, roles, rolesMethods 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
-
self
- Specified by:
selfin classAutoscalingPolicy.AbstractBuilder<GetAutoscalingPolicyResponse.Builder>
-
build
Builds aGetAutoscalingPolicyResponse.- Specified by:
buildin interfaceObjectBuilder<GetAutoscalingPolicyResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-