public static class CreateGatewayRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateGatewayRequest |
build()
Build the instance of CreateGatewayRequest as configured by this builder
|
CreateGatewayRequest |
buildWithoutInvocationCallback() |
CreateGatewayRequest.Builder |
copy(CreateGatewayRequest o)
Copy method to populate the builder with values from the given instance.
|
CreateGatewayRequest.Builder |
createGatewayDetails(CreateGatewayDetails createGatewayDetails) |
CreateGatewayRequest.Builder |
invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
CreateGatewayRequest.Builder |
opcRequestId(String opcRequestId) |
CreateGatewayRequest.Builder |
opcRetryToken(String opcRetryToken) |
CreateGatewayRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
public CreateGatewayRequest.Builder invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic CreateGatewayRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic CreateGatewayRequest.Builder copy(CreateGatewayRequest o)
Copy method to populate the builder with values from the given instance.
public CreateGatewayRequest build()
Build the instance of CreateGatewayRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account, while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
public CreateGatewayRequest.Builder createGatewayDetails(CreateGatewayDetails createGatewayDetails)
public CreateGatewayRequest.Builder opcRetryToken(String opcRetryToken)
public CreateGatewayRequest.Builder opcRequestId(String opcRequestId)
public CreateGatewayRequest buildWithoutInvocationCallback()
Copyright © 2016–2020. All rights reserved.