public static class UpdateNetworkSecurityGroupSecurityRulesRequest.Builder extends Object implements BmcRequest.Builder<UpdateNetworkSecurityGroupSecurityRulesRequest,UpdateNetworkSecurityGroupSecurityRulesDetails>
Constructor and Description |
---|
Builder() |
public UpdateNetworkSecurityGroupSecurityRulesRequest.Builder networkSecurityGroupId(String networkSecurityGroupId)
The OCID of the network security group.
networkSecurityGroupId
- the value to setpublic UpdateNetworkSecurityGroupSecurityRulesRequest.Builder updateNetworkSecurityGroupSecurityRulesDetails(UpdateNetworkSecurityGroupSecurityRulesDetails updateNetworkSecurityGroupSecurityRulesDetails)
Request with one or more security rules associated with the network security group that will be updated.
updateNetworkSecurityGroupSecurityRulesDetails
- the value to setpublic UpdateNetworkSecurityGroupSecurityRulesRequest.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 UpdateNetworkSecurityGroupSecurityRulesRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic UpdateNetworkSecurityGroupSecurityRulesRequest.Builder copy(UpdateNetworkSecurityGroupSecurityRulesRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<UpdateNetworkSecurityGroupSecurityRulesRequest,UpdateNetworkSecurityGroupSecurityRulesDetails>
o
- other request from which to copy valuespublic UpdateNetworkSecurityGroupSecurityRulesRequest build()
Build the instance of UpdateNetworkSecurityGroupSecurityRulesRequest 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<UpdateNetworkSecurityGroupSecurityRulesRequest,UpdateNetworkSecurityGroupSecurityRulesDetails>
public UpdateNetworkSecurityGroupSecurityRulesRequest.Builder body$(UpdateNetworkSecurityGroupSecurityRulesDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<UpdateNetworkSecurityGroupSecurityRulesRequest,UpdateNetworkSecurityGroupSecurityRulesDetails>
body
- the body parameterpublic UpdateNetworkSecurityGroupSecurityRulesRequest buildWithoutInvocationCallback()
Build the instance of UpdateNetworkSecurityGroupSecurityRulesRequest 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–2023. All rights reserved.