Class MasterIsStableIndicatorExceptionFetchingHistory.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<MasterIsStableIndicatorExceptionFetchingHistory.Builder>
co.elastic.clients.elasticsearch.core.health_report.MasterIsStableIndicatorExceptionFetchingHistory.Builder
- All Implemented Interfaces:
WithJson<MasterIsStableIndicatorExceptionFetchingHistory.Builder>,ObjectBuilder<MasterIsStableIndicatorExceptionFetchingHistory>
- Enclosing class:
- MasterIsStableIndicatorExceptionFetchingHistory
public static class MasterIsStableIndicatorExceptionFetchingHistory.Builder
extends WithJsonObjectBuilderBase<MasterIsStableIndicatorExceptionFetchingHistory.Builder>
implements ObjectBuilder<MasterIsStableIndicatorExceptionFetchingHistory>
Builder for
MasterIsStableIndicatorExceptionFetchingHistory.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Required - API name:messageself()stackTrace(String value) Required - API name:stack_traceMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
message
Required - API name:message -
stackTrace
Required - API name:stack_trace -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<MasterIsStableIndicatorExceptionFetchingHistory.Builder>
-
build
- Specified by:
buildin interfaceObjectBuilder<MasterIsStableIndicatorExceptionFetchingHistory>- Throws:
NullPointerException- if some of the required fields are null.
-