public static class RemoveDataKeysRequest.Builder extends Object implements BmcRequest.Builder<RemoveDataKeysRequest,List<RemoveDataKeyDetails>>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RemoveDataKeysRequest.Builder |
apmDomainId(String apmDomainId)
The OCID of the APM domain.
|
RemoveDataKeysRequest.Builder |
body$(List<RemoveDataKeyDetails> body)
Alternative setter for the body parameter.
|
RemoveDataKeysRequest |
build()
Build the instance of RemoveDataKeysRequest as configured by this builder
|
RemoveDataKeysRequest |
buildWithoutInvocationCallback()
Build the instance of RemoveDataKeysRequest as configured by this builder
|
RemoveDataKeysRequest.Builder |
copy(RemoveDataKeysRequest o)
Copy method to populate the builder with values from the given instance.
|
RemoveDataKeysRequest.Builder |
ifMatch(String ifMatch)
For optimistic concurrency control.
|
RemoveDataKeysRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
RemoveDataKeysRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
RemoveDataKeysRequest.Builder |
removeDataKeysListDetails(List<RemoveDataKeyDetails> removeDataKeysListDetails)
List of Data Keys to be removed.
|
RemoveDataKeysRequest.Builder |
removeDataKeysListDetails(RemoveDataKeyDetails singularValue)
Singular setter.
|
RemoveDataKeysRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
public RemoveDataKeysRequest.Builder apmDomainId(String apmDomainId)
The OCID of the APM domain.
apmDomainId
- the value to setpublic RemoveDataKeysRequest.Builder removeDataKeysListDetails(List<RemoveDataKeyDetails> removeDataKeysListDetails)
List of Data Keys to be removed.
removeDataKeysListDetails
- the value to setpublic RemoveDataKeysRequest.Builder removeDataKeysListDetails(RemoveDataKeyDetails singularValue)
Singular setter. List of Data Keys to be removed.
singularValue
- the singular value to setpublic RemoveDataKeysRequest.Builder ifMatch(String ifMatch)
For optimistic concurrency control. Set the if-match
parameter to the value of
the etag from a previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource’s current etag
value.
ifMatch
- the value to setpublic RemoveDataKeysRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic RemoveDataKeysRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic RemoveDataKeysRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic RemoveDataKeysRequest.Builder copy(RemoveDataKeysRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<RemoveDataKeysRequest,List<RemoveDataKeyDetails>>
o
- other request from which to copy valuespublic RemoveDataKeysRequest build()
Build the instance of RemoveDataKeysRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<RemoveDataKeysRequest,List<RemoveDataKeyDetails>>
public RemoveDataKeysRequest.Builder body$(List<RemoveDataKeyDetails> body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<RemoveDataKeysRequest,List<RemoveDataKeyDetails>>
body
- the body parameterpublic RemoveDataKeysRequest buildWithoutInvocationCallback()
Build the instance of RemoveDataKeysRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.