Class CreateApiKeyResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<CreateApiKeyResponse.Builder>
co.elastic.clients.elasticsearch.security.CreateApiKeyResponse.Builder
- All Implemented Interfaces:
WithJson<CreateApiKeyResponse.Builder>,ObjectBuilder<CreateApiKeyResponse>
- Enclosing class:
- CreateApiKeyResponse
public static class CreateApiKeyResponse.Builder extends WithJsonObjectBuilderBase<CreateApiKeyResponse.Builder> implements ObjectBuilder<CreateApiKeyResponse>
Builder for
CreateApiKeyResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description CreateApiKeyResponse.BuilderapiKey(java.lang.String value)Required - Generated API key.CreateApiKeyResponsebuild()Builds aCreateApiKeyResponse.CreateApiKeyResponse.Builderencoded(java.lang.String value)Required - API key credentials which is the base64-encoding of the UTF-8 representation ofidandapi_keyjoined by a colon (:).CreateApiKeyResponse.Builderexpiration(java.lang.Long value)Expiration in milliseconds for the API key.CreateApiKeyResponse.Builderid(java.lang.String value)Required - Unique ID for this API key.CreateApiKeyResponse.Buildername(java.lang.String value)Required - Specifies the name for this API key.protected CreateApiKeyResponse.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods 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
-
apiKey
Required - Generated API key.API name:
api_key -
expiration
Expiration in milliseconds for the API key.API name:
expiration -
id
Required - Unique ID for this API key.API name:
id -
name
Required - Specifies the name for this API key.API name:
name -
encoded
Required - API key credentials which is the base64-encoding of the UTF-8 representation ofidandapi_keyjoined by a colon (:).API name:
encoded -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<CreateApiKeyResponse.Builder>
-
build
Builds aCreateApiKeyResponse.- Specified by:
buildin interfaceObjectBuilder<CreateApiKeyResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-