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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadMaskingReportRequest.Builderbody$(DownloadMaskingReportDetails body)Alternative setter for the body parameter.DownloadMaskingReportRequestbuild()Build the instance of DownloadMaskingReportRequest as configured by this builderDownloadMaskingReportRequestbuildWithoutInvocationCallback()Build the instance of DownloadMaskingReportRequest as configured by this builderDownloadMaskingReportRequest.Buildercopy(DownloadMaskingReportRequest o)Copy method to populate the builder with values from the given instance.DownloadMaskingReportRequest.BuilderdownloadMaskingReportDetails(DownloadMaskingReportDetails downloadMaskingReportDetails)Details to download a masking report.DownloadMaskingReportRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.DownloadMaskingReportRequest.BuildermaskingPolicyId(String maskingPolicyId)The OCID of the masking policy.DownloadMaskingReportRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.DownloadMaskingReportRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
maskingPolicyIdpublic DownloadMaskingReportRequest.Builder maskingPolicyId(String maskingPolicyId) The OCID of the masking policy.- Parameters:
- maskingPolicyId- the value to set
- Returns:
- this builder instance
 
 - 
downloadMaskingReportDetailspublic DownloadMaskingReportRequest.Builder downloadMaskingReportDetails(DownloadMaskingReportDetails downloadMaskingReportDetails) Details to download a masking report.- Parameters:
- downloadMaskingReportDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic DownloadMaskingReportRequest.Builder opcRequestId(String opcRequestId) Unique identifier for the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic 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
 
 - 
retryConfigurationpublic 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
 
 - 
copypublic DownloadMaskingReportRequest.Builder copy(DownloadMaskingReportRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<DownloadMaskingReportRequest,DownloadMaskingReportDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic 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:
- buildin interface- BmcRequest.Builder<DownloadMaskingReportRequest,DownloadMaskingReportDetails>
- Returns:
- instance of DownloadMaskingReportRequest
 
 - 
body$public DownloadMaskingReportRequest.Builder body$(DownloadMaskingReportDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<DownloadMaskingReportRequest,DownloadMaskingReportDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic 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
 
 
- 
 
-