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 -
Method Summary
Modifier and TypeMethodDescriptionRequired - Generated API key.build()Builds aCreateApiKeyResponse.Required - API key credentials which is the base64-encoding of the UTF-8 representation ofidandapi_keyjoined by a colon (:).expiration(Long value) Expiration in milliseconds for the API key.Required - Unique ID for this API key.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, _mapPutAll
-
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:
NullPointerException- if some of the required fields are null.
-