Class Ssl.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<Ssl.Builder>
co.elastic.clients.elasticsearch.xpack.usage.Ssl.Builder
- All Implemented Interfaces:
WithJson<Ssl.Builder>,ObjectBuilder<Ssl>
- Enclosing class:
- Ssl
public static class Ssl.Builder
extends WithJsonObjectBuilderBase<Ssl.Builder>
implements ObjectBuilder<Ssl>
Builder for
Ssl.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aSsl.final Ssl.Builderhttp(FeatureToggle value) Required - API name:httpfinal Ssl.BuilderRequired - API name:httpprotected Ssl.Builderself()final Ssl.Buildertransport(FeatureToggle value) Required - API name:transportfinal Ssl.BuilderRequired - API name:transportMethods 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
-
http
Required - API name:http -
http
Required - API name:http -
transport
Required - API name:transport -
transport
Required - API name:transport -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<Ssl.Builder>
-
build
Builds aSsl.- Specified by:
buildin interfaceObjectBuilder<Ssl>- Throws:
NullPointerException- if some of the required fields are null.
-