Class DeleteKey.Request
java.lang.Object
io.helidon.integrations.common.rest.ApiJsonBuilder<DeleteKey.Request>
io.helidon.integrations.common.rest.ApiJsonRequest<DeleteKey.Request>
io.helidon.integrations.vault.VaultRequest<DeleteKey.Request>
io.helidon.integrations.vault.secrets.transit.DeleteKey.Request
- All Implemented Interfaces:
ApiRequest<DeleteKey.Request>
- Enclosing class:
DeleteKey
Request object. Can be configured with additional headers, query parameters etc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteKey.Request
builder()
Fluent API builder for configuring a request.static DeleteKey.Request
Create a request from key name.Specifies the name of the encryption key to create.Methods inherited from class io.helidon.integrations.vault.VaultRequest
add, addCommaDelimitedArray, addToCommaDelimitedArray, durationToTtl, preBuild
Methods inherited from class io.helidon.integrations.common.rest.ApiJsonRequest
addHeader, addQueryParam, headers, queryParams, requestId, requestId, requestMediaType, requestMediaType, responseMediaType, responseMediaType
Methods inherited from class io.helidon.integrations.common.rest.ApiJsonBuilder
add, add, add, add, add, add, addBase64, addToArray, addToArray, addToArray, addToArray, addToArray, addToArray, addToObject, addToObject, addToObject, addToObject, addToObject, emptyArray, me, postBuild, toJson
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.helidon.integrations.common.rest.ApiRequest
toJson
-
Method Details
-
builder
Fluent API builder for configuring a request. The request builder is passed as is, without a build method. The equivalent of a build method isApiJsonBuilder.toJson(jakarta.json.JsonBuilderFactory)
used by theRestApi
.- Returns:
- new request builder
-
create
Create a request from key name.- Parameters:
keyName
- name of the key to delete- Returns:
- a new request
-
name
Specifies the name of the encryption key to create.- Parameters:
name
- key name- Returns:
- updated request
-