Package | Description |
---|---|
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
UploadApiKeyRequest.Builder |
UploadApiKeyRequest.Builder.body$(CreateApiKeyDetails body)
Alternative setter for the body parameter.
|
static UploadApiKeyRequest.Builder |
UploadApiKeyRequest.builder()
Return a new builder for this request object.
|
UploadApiKeyRequest.Builder |
UploadApiKeyRequest.Builder.copy(UploadApiKeyRequest o)
Copy method to populate the builder with values from the given instance.
|
UploadApiKeyRequest.Builder |
UploadApiKeyRequest.Builder.createApiKeyDetails(CreateApiKeyDetails createApiKeyDetails)
Request object for uploading an API key for a user.
|
UploadApiKeyRequest.Builder |
UploadApiKeyRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UploadApiKeyRequest.Builder |
UploadApiKeyRequest.Builder.opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or
server error without risk of executing that same action again.
|
UploadApiKeyRequest.Builder |
UploadApiKeyRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UploadApiKeyRequest.Builder |
UploadApiKeyRequest.toBuilder()
Return an instance of
UploadApiKeyRequest.Builder that allows you to modify request properties. |
UploadApiKeyRequest.Builder |
UploadApiKeyRequest.Builder.userId(String userId)
The OCID of the user.
|
Copyright © 2016–2024. All rights reserved.