Package com.oracle.bmc.datasafe.requests
Class DownloadMaskingLogRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.requests.DownloadMaskingLogRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<DownloadMaskingLogRequest,DownloadMaskingLogDetails>
 - Enclosing class:
- DownloadMaskingLogRequest
 
 public static class DownloadMaskingLogRequest.Builder extends Object implements BmcRequest.Builder<DownloadMaskingLogRequest,DownloadMaskingLogDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadMaskingLogRequest.Builderbody$(DownloadMaskingLogDetails body)Alternative setter for the body parameter.DownloadMaskingLogRequestbuild()Build the instance of DownloadMaskingLogRequest as configured by this builderDownloadMaskingLogRequestbuildWithoutInvocationCallback()Build the instance of DownloadMaskingLogRequest as configured by this builderDownloadMaskingLogRequest.Buildercopy(DownloadMaskingLogRequest o)Copy method to populate the builder with values from the given instance.DownloadMaskingLogRequest.BuilderdownloadMaskingLogDetails(DownloadMaskingLogDetails downloadMaskingLogDetails)Details to download masking log.DownloadMaskingLogRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.DownloadMaskingLogRequest.BuildermaskingPolicyId(String maskingPolicyId)The OCID of the masking policy.DownloadMaskingLogRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.DownloadMaskingLogRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
maskingPolicyIdpublic DownloadMaskingLogRequest.Builder maskingPolicyId(String maskingPolicyId) The OCID of the masking policy.- Parameters:
- maskingPolicyId- the value to set
- Returns:
- this builder instance
 
 - 
downloadMaskingLogDetailspublic DownloadMaskingLogRequest.Builder downloadMaskingLogDetails(DownloadMaskingLogDetails downloadMaskingLogDetails) Details to download masking log.- Parameters:
- downloadMaskingLogDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic DownloadMaskingLogRequest.Builder opcRequestId(String opcRequestId) Unique identifier for the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic DownloadMaskingLogRequest.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 DownloadMaskingLogRequest.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 DownloadMaskingLogRequest.Builder copy(DownloadMaskingLogRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<DownloadMaskingLogRequest,DownloadMaskingLogDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic DownloadMaskingLogRequest build() Build the instance of DownloadMaskingLogRequest 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<DownloadMaskingLogRequest,DownloadMaskingLogDetails>
- Returns:
- instance of DownloadMaskingLogRequest
 
 - 
body$public DownloadMaskingLogRequest.Builder body$(DownloadMaskingLogDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<DownloadMaskingLogRequest,DownloadMaskingLogDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic DownloadMaskingLogRequest buildWithoutInvocationCallback() Build the instance of DownloadMaskingLogRequest 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 DownloadMaskingLogRequest
 
 
- 
 
-