Class SamlPrepareAuthenticationResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.security.SamlPrepareAuthenticationResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<SamlPrepareAuthenticationResponse>
- Enclosing class:
- SamlPrepareAuthenticationResponse
public static class SamlPrepareAuthenticationResponse.Builder extends ObjectBuilderBase implements ObjectBuilder<SamlPrepareAuthenticationResponse>
Builder for
SamlPrepareAuthenticationResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description SamlPrepareAuthenticationResponsebuild()Builds aSamlPrepareAuthenticationResponse.SamlPrepareAuthenticationResponse.Builderid(java.lang.String value)Required - API name:idSamlPrepareAuthenticationResponse.Builderrealm(java.lang.String value)Required - API name:realmSamlPrepareAuthenticationResponse.Builderredirect(java.lang.String value)Required - API name:redirectMethods 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
-
id
Required - API name:id -
realm
Required - API name:realm -
redirect
Required - API name:redirect -
build
Builds aSamlPrepareAuthenticationResponse.- Specified by:
buildin interfaceObjectBuilder<SamlPrepareAuthenticationResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-