public static class ConnectLocalPeeringGatewaysRequest.Builder extends Object implements BmcRequest.Builder<ConnectLocalPeeringGatewaysRequest,ConnectLocalPeeringGatewaysDetails>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ConnectLocalPeeringGatewaysRequest.Builder |
body$(ConnectLocalPeeringGatewaysDetails body)
Alternative setter for the body parameter.
|
ConnectLocalPeeringGatewaysRequest |
build()
Build the instance of ConnectLocalPeeringGatewaysRequest as configured by this builder
|
ConnectLocalPeeringGatewaysRequest |
buildWithoutInvocationCallback()
Build the instance of ConnectLocalPeeringGatewaysRequest as configured by this builder
|
ConnectLocalPeeringGatewaysRequest.Builder |
connectLocalPeeringGatewaysDetails(ConnectLocalPeeringGatewaysDetails connectLocalPeeringGatewaysDetails)
Details regarding the local peering gateway to connect.
|
ConnectLocalPeeringGatewaysRequest.Builder |
copy(ConnectLocalPeeringGatewaysRequest o)
Copy method to populate the builder with values from the given instance.
|
ConnectLocalPeeringGatewaysRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ConnectLocalPeeringGatewaysRequest.Builder |
localPeeringGatewayId(String localPeeringGatewayId)
The OCID
of the local peering gateway.
|
ConnectLocalPeeringGatewaysRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
public ConnectLocalPeeringGatewaysRequest.Builder localPeeringGatewayId(String localPeeringGatewayId)
The OCID of the local peering gateway.
localPeeringGatewayId
- the value to setpublic ConnectLocalPeeringGatewaysRequest.Builder connectLocalPeeringGatewaysDetails(ConnectLocalPeeringGatewaysDetails connectLocalPeeringGatewaysDetails)
Details regarding the local peering gateway to connect.
connectLocalPeeringGatewaysDetails
- the value to setpublic ConnectLocalPeeringGatewaysRequest.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 ConnectLocalPeeringGatewaysRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ConnectLocalPeeringGatewaysRequest.Builder copy(ConnectLocalPeeringGatewaysRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ConnectLocalPeeringGatewaysRequest,ConnectLocalPeeringGatewaysDetails>
o
- other request from which to copy valuespublic ConnectLocalPeeringGatewaysRequest build()
Build the instance of ConnectLocalPeeringGatewaysRequest 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<ConnectLocalPeeringGatewaysRequest,ConnectLocalPeeringGatewaysDetails>
public ConnectLocalPeeringGatewaysRequest.Builder body$(ConnectLocalPeeringGatewaysDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<ConnectLocalPeeringGatewaysRequest,ConnectLocalPeeringGatewaysDetails>
body
- the body parameterpublic ConnectLocalPeeringGatewaysRequest buildWithoutInvocationCallback()
Build the instance of ConnectLocalPeeringGatewaysRequest 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–2024. All rights reserved.