Package com.oracle.bmc.datasafe.requests
Class DownloadMaskingReportRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.requests.DownloadMaskingReportRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<DownloadMaskingReportRequest,DownloadMaskingReportDetails>
- Enclosing class:
- DownloadMaskingReportRequest
public static class DownloadMaskingReportRequest.Builder extends Object implements BmcRequest.Builder<DownloadMaskingReportRequest,DownloadMaskingReportDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadMaskingReportRequest.Builder
body$(DownloadMaskingReportDetails body)
Alternative setter for the body parameter.DownloadMaskingReportRequest
build()
Build the instance of DownloadMaskingReportRequest as configured by this builderDownloadMaskingReportRequest
buildWithoutInvocationCallback()
Build the instance of DownloadMaskingReportRequest as configured by this builderDownloadMaskingReportRequest.Builder
copy(DownloadMaskingReportRequest o)
Copy method to populate the builder with values from the given instance.DownloadMaskingReportRequest.Builder
downloadMaskingReportDetails(DownloadMaskingReportDetails downloadMaskingReportDetails)
Details to download a masking report.DownloadMaskingReportRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.DownloadMaskingReportRequest.Builder
maskingPolicyId(String maskingPolicyId)
The OCID of the masking policy.DownloadMaskingReportRequest.Builder
opcRequestId(String opcRequestId)
Unique identifier for the request.DownloadMaskingReportRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
-
-
-
Method Detail
-
maskingPolicyId
public DownloadMaskingReportRequest.Builder maskingPolicyId(String maskingPolicyId)
The OCID of the masking policy.- Parameters:
maskingPolicyId
- the value to set- Returns:
- this builder instance
-
downloadMaskingReportDetails
public DownloadMaskingReportRequest.Builder downloadMaskingReportDetails(DownloadMaskingReportDetails downloadMaskingReportDetails)
Details to download a masking report.- Parameters:
downloadMaskingReportDetails
- the value to set- Returns:
- this builder instance
-
opcRequestId
public DownloadMaskingReportRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public DownloadMaskingReportRequest.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 DownloadMaskingReportRequest.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 DownloadMaskingReportRequest.Builder copy(DownloadMaskingReportRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<DownloadMaskingReportRequest,DownloadMaskingReportDetails>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public DownloadMaskingReportRequest build()
Build the instance of DownloadMaskingReportRequest 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<DownloadMaskingReportRequest,DownloadMaskingReportDetails>
- Returns:
- instance of DownloadMaskingReportRequest
-
body$
public DownloadMaskingReportRequest.Builder body$(DownloadMaskingReportDetails body)
Alternative setter for the body parameter.- Specified by:
body$
in interfaceBmcRequest.Builder<DownloadMaskingReportRequest,DownloadMaskingReportDetails>
- Parameters:
body
- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public DownloadMaskingReportRequest buildWithoutInvocationCallback()
Build the instance of DownloadMaskingReportRequest 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 DownloadMaskingReportRequest
-
-