Class DetachManagedInstanceFromManagedInstanceGroupRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagement.requests.DetachManagedInstanceFromManagedInstanceGroupRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<DetachManagedInstanceFromManagedInstanceGroupRequest,Void>
- Enclosing class:
- DetachManagedInstanceFromManagedInstanceGroupRequest
public static class DetachManagedInstanceFromManagedInstanceGroupRequest.Builder extends Object implements BmcRequest.Builder<DetachManagedInstanceFromManagedInstanceGroupRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetachManagedInstanceFromManagedInstanceGroupRequest
build()
Build the instance of DetachManagedInstanceFromManagedInstanceGroupRequest as configured by this builderDetachManagedInstanceFromManagedInstanceGroupRequest
buildWithoutInvocationCallback()
Build the instance of DetachManagedInstanceFromManagedInstanceGroupRequest as configured by this builderDetachManagedInstanceFromManagedInstanceGroupRequest.Builder
copy(DetachManagedInstanceFromManagedInstanceGroupRequest o)
Copy method to populate the builder with values from the given instance.DetachManagedInstanceFromManagedInstanceGroupRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.DetachManagedInstanceFromManagedInstanceGroupRequest.Builder
managedInstanceGroupId(String managedInstanceGroupId)
OCID for the managed instance groupDetachManagedInstanceFromManagedInstanceGroupRequest.Builder
managedInstanceId(String managedInstanceId)
OCID for the managed instanceDetachManagedInstanceFromManagedInstanceGroupRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.DetachManagedInstanceFromManagedInstanceGroupRequest.Builder
opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.DetachManagedInstanceFromManagedInstanceGroupRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
managedInstanceGroupId
public DetachManagedInstanceFromManagedInstanceGroupRequest.Builder managedInstanceGroupId(String managedInstanceGroupId)
OCID for the managed instance group- Parameters:
managedInstanceGroupId
- the value to set- Returns:
- this builder instance
-
managedInstanceId
public DetachManagedInstanceFromManagedInstanceGroupRequest.Builder managedInstanceId(String managedInstanceId)
OCID for the managed instance- Parameters:
managedInstanceId
- the value to set- Returns:
- this builder instance
-
opcRequestId
public DetachManagedInstanceFromManagedInstanceGroupRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
opcRetryToken
public DetachManagedInstanceFromManagedInstanceGroupRequest.Builder opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
- Parameters:
opcRetryToken
- the value to set- Returns:
- this builder instance
-
invocationCallback
public DetachManagedInstanceFromManagedInstanceGroupRequest.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
-
retryConfiguration
public DetachManagedInstanceFromManagedInstanceGroupRequest.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
-
copy
public DetachManagedInstanceFromManagedInstanceGroupRequest.Builder copy(DetachManagedInstanceFromManagedInstanceGroupRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<DetachManagedInstanceFromManagedInstanceGroupRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public DetachManagedInstanceFromManagedInstanceGroupRequest build()
Build the instance of DetachManagedInstanceFromManagedInstanceGroupRequest 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:
build
in interfaceBmcRequest.Builder<DetachManagedInstanceFromManagedInstanceGroupRequest,Void>
- Returns:
- instance of DetachManagedInstanceFromManagedInstanceGroupRequest
-
buildWithoutInvocationCallback
public DetachManagedInstanceFromManagedInstanceGroupRequest buildWithoutInvocationCallback()
Build the instance of DetachManagedInstanceFromManagedInstanceGroupRequest 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 DetachManagedInstanceFromManagedInstanceGroupRequest
-
-