public static class AttachBootVolumeRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
AttachBootVolumeRequest.Builder |
attachBootVolumeDetails(AttachBootVolumeDetails attachBootVolumeDetails) |
AttachBootVolumeRequest |
build()
Build the instance of AttachBootVolumeRequest as configured by this builder
|
AttachBootVolumeRequest |
buildWithoutInvocationCallback() |
AttachBootVolumeRequest.Builder |
copy(AttachBootVolumeRequest o)
Copy method to populate the builder with values from the given instance.
|
AttachBootVolumeRequest.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.
|
AttachBootVolumeRequest.Builder |
opcRetryToken(String opcRetryToken) |
AttachBootVolumeRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
public AttachBootVolumeRequest.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 AttachBootVolumeRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic AttachBootVolumeRequest.Builder copy(AttachBootVolumeRequest o)
Copy method to populate the builder with values from the given instance.
public AttachBootVolumeRequest build()
Build the instance of AttachBootVolumeRequest 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 AttachBootVolumeRequest.Builder attachBootVolumeDetails(AttachBootVolumeDetails attachBootVolumeDetails)
public AttachBootVolumeRequest.Builder opcRetryToken(String opcRetryToken)
public AttachBootVolumeRequest buildWithoutInvocationCallback()
Copyright © 2016–2020. All rights reserved.