Package com.oracle.bmc.datasafe.requests
Class BulkDeleteSqlFirewallAllowedSqlsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.requests.BulkDeleteSqlFirewallAllowedSqlsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<BulkDeleteSqlFirewallAllowedSqlsRequest,BulkDeleteSqlFirewallAllowedSqlsDetails>
 - Enclosing class:
- BulkDeleteSqlFirewallAllowedSqlsRequest
 
 public static class BulkDeleteSqlFirewallAllowedSqlsRequest.Builder extends Object implements BmcRequest.Builder<BulkDeleteSqlFirewallAllowedSqlsRequest,BulkDeleteSqlFirewallAllowedSqlsDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkDeleteSqlFirewallAllowedSqlsRequest.Builderbody$(BulkDeleteSqlFirewallAllowedSqlsDetails body)Alternative setter for the body parameter.BulkDeleteSqlFirewallAllowedSqlsRequestbuild()Build the instance of BulkDeleteSqlFirewallAllowedSqlsRequest as configured by this builderBulkDeleteSqlFirewallAllowedSqlsRequestbuildWithoutInvocationCallback()Build the instance of BulkDeleteSqlFirewallAllowedSqlsRequest as configured by this builderBulkDeleteSqlFirewallAllowedSqlsRequest.BuilderbulkDeleteSqlFirewallAllowedSqlsDetails(BulkDeleteSqlFirewallAllowedSqlsDetails bulkDeleteSqlFirewallAllowedSqlsDetails)Details of the allowed sql to be deleted from the SQL firewall policy.BulkDeleteSqlFirewallAllowedSqlsRequest.Buildercopy(BulkDeleteSqlFirewallAllowedSqlsRequest o)Copy method to populate the builder with values from the given instance.BulkDeleteSqlFirewallAllowedSqlsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.BulkDeleteSqlFirewallAllowedSqlsRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.BulkDeleteSqlFirewallAllowedSqlsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
bulkDeleteSqlFirewallAllowedSqlsDetailspublic BulkDeleteSqlFirewallAllowedSqlsRequest.Builder bulkDeleteSqlFirewallAllowedSqlsDetails(BulkDeleteSqlFirewallAllowedSqlsDetails bulkDeleteSqlFirewallAllowedSqlsDetails) Details of the allowed sql to be deleted from the SQL firewall policy.- Parameters:
- bulkDeleteSqlFirewallAllowedSqlsDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic BulkDeleteSqlFirewallAllowedSqlsRequest.Builder opcRequestId(String opcRequestId) Unique identifier for the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic BulkDeleteSqlFirewallAllowedSqlsRequest.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 BulkDeleteSqlFirewallAllowedSqlsRequest.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 BulkDeleteSqlFirewallAllowedSqlsRequest.Builder copy(BulkDeleteSqlFirewallAllowedSqlsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<BulkDeleteSqlFirewallAllowedSqlsRequest,BulkDeleteSqlFirewallAllowedSqlsDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic BulkDeleteSqlFirewallAllowedSqlsRequest build() Build the instance of BulkDeleteSqlFirewallAllowedSqlsRequest 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<BulkDeleteSqlFirewallAllowedSqlsRequest,BulkDeleteSqlFirewallAllowedSqlsDetails>
- Returns:
- instance of BulkDeleteSqlFirewallAllowedSqlsRequest
 
 - 
body$public BulkDeleteSqlFirewallAllowedSqlsRequest.Builder body$(BulkDeleteSqlFirewallAllowedSqlsDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<BulkDeleteSqlFirewallAllowedSqlsRequest,BulkDeleteSqlFirewallAllowedSqlsDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic BulkDeleteSqlFirewallAllowedSqlsRequest buildWithoutInvocationCallback() Build the instance of BulkDeleteSqlFirewallAllowedSqlsRequest 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 BulkDeleteSqlFirewallAllowedSqlsRequest
 
 
- 
 
-