Class PostStartBasicResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<PostStartBasicResponse.Builder>
co.elastic.clients.elasticsearch.license.PostStartBasicResponse.Builder
- All Implemented Interfaces:
- WithJson<PostStartBasicResponse.Builder>,- ObjectBuilder<PostStartBasicResponse>
- Enclosing class:
- PostStartBasicResponse
public static class PostStartBasicResponse.Builder
extends WithJsonObjectBuilderBase<PostStartBasicResponse.Builder>
implements ObjectBuilder<PostStartBasicResponse>
Builder for 
PostStartBasicResponse.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionacknowledge(String key, List<String> value) API name:acknowledgeacknowledge(Map<String, List<String>> map) API name:acknowledgeacknowledged(boolean value) Required - API name:acknowledgedbasicWasStarted(boolean value) Required - API name:basic_was_startedbuild()Builds aPostStartBasicResponse.errorMessage(String value) API name:error_messageprotected PostStartBasicResponse.Builderself()type(LicenseType value) API name:typeMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBasewithJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
acknowledgedRequired - API name:acknowledged
- 
basicWasStartedRequired - API name:basic_was_started
- 
errorMessageAPI name:error_message
- 
typeAPI name:type
- 
acknowledgeAPI name:acknowledgeAdds all entries of maptoacknowledge.
- 
acknowledgeAPI name:acknowledgeAdds an entry to acknowledge.
- 
self- Specified by:
- selfin class- WithJsonObjectBuilderBase<PostStartBasicResponse.Builder>
 
- 
buildBuilds aPostStartBasicResponse.- Specified by:
- buildin interface- ObjectBuilder<PostStartBasicResponse>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-