public static class DownloadSensitiveDataModelRequest.Builder extends Object implements BmcRequest.Builder<DownloadSensitiveDataModelRequest,DownloadSensitiveDataModelDetails>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DownloadSensitiveDataModelRequest.Builder |
body$(DownloadSensitiveDataModelDetails body)
Alternative setter for the body parameter.
|
DownloadSensitiveDataModelRequest |
build()
Build the instance of DownloadSensitiveDataModelRequest as configured by this builder
|
DownloadSensitiveDataModelRequest |
buildWithoutInvocationCallback()
Build the instance of DownloadSensitiveDataModelRequest as configured by this builder
|
DownloadSensitiveDataModelRequest.Builder |
copy(DownloadSensitiveDataModelRequest o)
Copy method to populate the builder with values from the given instance.
|
DownloadSensitiveDataModelRequest.Builder |
downloadSensitiveDataModelDetails(DownloadSensitiveDataModelDetails downloadSensitiveDataModelDetails)
Details to download a sensitive data model file.
|
DownloadSensitiveDataModelRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
DownloadSensitiveDataModelRequest.Builder |
opcRequestId(String opcRequestId)
Unique identifier for the request.
|
DownloadSensitiveDataModelRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
DownloadSensitiveDataModelRequest.Builder |
sensitiveDataModelId(String sensitiveDataModelId)
The OCID of the sensitive data model.
|
public DownloadSensitiveDataModelRequest.Builder sensitiveDataModelId(String sensitiveDataModelId)
The OCID of the sensitive data model.
sensitiveDataModelId
- the value to setpublic DownloadSensitiveDataModelRequest.Builder downloadSensitiveDataModelDetails(DownloadSensitiveDataModelDetails downloadSensitiveDataModelDetails)
Details to download a sensitive data model file.
downloadSensitiveDataModelDetails
- the value to setpublic DownloadSensitiveDataModelRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.
opcRequestId
- the value to setpublic DownloadSensitiveDataModelRequest.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 DownloadSensitiveDataModelRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic DownloadSensitiveDataModelRequest.Builder copy(DownloadSensitiveDataModelRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<DownloadSensitiveDataModelRequest,DownloadSensitiveDataModelDetails>
o
- other request from which to copy valuespublic DownloadSensitiveDataModelRequest build()
Build the instance of DownloadSensitiveDataModelRequest 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<DownloadSensitiveDataModelRequest,DownloadSensitiveDataModelDetails>
public DownloadSensitiveDataModelRequest.Builder body$(DownloadSensitiveDataModelDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<DownloadSensitiveDataModelRequest,DownloadSensitiveDataModelDetails>
body
- the body parameterpublic DownloadSensitiveDataModelRequest buildWithoutInvocationCallback()
Build the instance of DownloadSensitiveDataModelRequest 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.