Class EncryptRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.keymanagement.requests.EncryptRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<EncryptRequest,EncryptDataDetails>
- Enclosing class:
- EncryptRequest
public static class EncryptRequest.Builder extends Object implements BmcRequest.Builder<EncryptRequest,EncryptDataDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptRequest.Builder
body$(EncryptDataDetails body)
Alternative setter for the body parameter.EncryptRequest
build()
Build the instance of EncryptRequest as configured by this builderEncryptRequest
buildWithoutInvocationCallback()
Build the instance of EncryptRequest as configured by this builderEncryptRequest.Builder
copy(EncryptRequest o)
Copy method to populate the builder with values from the given instance.EncryptRequest.Builder
encryptDataDetails(EncryptDataDetails encryptDataDetails)
EncryptDataDetailsEncryptRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.EncryptRequest.Builder
opcRequestId(String opcRequestId)
Unique identifier for the request.EncryptRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
-
-
-
Method Detail
-
encryptDataDetails
public EncryptRequest.Builder encryptDataDetails(EncryptDataDetails encryptDataDetails)
EncryptDataDetails- Parameters:
encryptDataDetails
- the value to set- Returns:
- this builder instance
-
opcRequestId
public EncryptRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.If provided, the returned request ID will include this value. Otherwise, a random request ID will be generated by the service.
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public EncryptRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback
- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public EncryptRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration
- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public EncryptRequest.Builder copy(EncryptRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<EncryptRequest,EncryptDataDetails>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public EncryptRequest build()
Build the instance of EncryptRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuildWithoutInvocationCallback()
does not.This is the preferred method to build an instance.
- Specified by:
build
in interfaceBmcRequest.Builder<EncryptRequest,EncryptDataDetails>
- Returns:
- instance of EncryptRequest
-
body$
public EncryptRequest.Builder body$(EncryptDataDetails body)
Alternative setter for the body parameter.- Specified by:
body$
in interfaceBmcRequest.Builder<EncryptRequest,EncryptDataDetails>
- Parameters:
body
- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public EncryptRequest buildWithoutInvocationCallback()
Build the instance of EncryptRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuild()
does- Returns:
- instance of EncryptRequest
-
-