public static class AddManagedDatabaseToManagedDatabaseGroupRequest.Builder extends Object implements com.oracle.bmc.requests.BmcRequest.Builder<AddManagedDatabaseToManagedDatabaseGroupRequest,AddManagedDatabaseToManagedDatabaseGroupDetails>
| Modifier and Type | Method and Description |
|---|---|
AddManagedDatabaseToManagedDatabaseGroupRequest.Builder |
addManagedDatabaseToManagedDatabaseGroupDetails(AddManagedDatabaseToManagedDatabaseGroupDetails addManagedDatabaseToManagedDatabaseGroupDetails)
The Managed Database details required to add the Managed Database to a Managed Database Group.
|
AddManagedDatabaseToManagedDatabaseGroupRequest.Builder |
body$(AddManagedDatabaseToManagedDatabaseGroupDetails body)
Alternative setter for the body parameter.
|
AddManagedDatabaseToManagedDatabaseGroupRequest |
build()
Build the instance of AddManagedDatabaseToManagedDatabaseGroupRequest as configured by this builder
|
AddManagedDatabaseToManagedDatabaseGroupRequest |
buildWithoutInvocationCallback() |
AddManagedDatabaseToManagedDatabaseGroupRequest.Builder |
copy(AddManagedDatabaseToManagedDatabaseGroupRequest o)
Copy method to populate the builder with values from the given instance.
|
AddManagedDatabaseToManagedDatabaseGroupRequest.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.
|
AddManagedDatabaseToManagedDatabaseGroupRequest.Builder |
managedDatabaseGroupId(String managedDatabaseGroupId)
The OCID of the Managed Database Group.
|
AddManagedDatabaseToManagedDatabaseGroupRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
AddManagedDatabaseToManagedDatabaseGroupRequest.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.
|
AddManagedDatabaseToManagedDatabaseGroupRequest.Builder |
retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
public AddManagedDatabaseToManagedDatabaseGroupRequest.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 AddManagedDatabaseToManagedDatabaseGroupRequest.Builder retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration - the retry configuration to be used for the requestpublic AddManagedDatabaseToManagedDatabaseGroupRequest.Builder copy(AddManagedDatabaseToManagedDatabaseGroupRequest o)
Copy method to populate the builder with values from the given instance.
copy in interface com.oracle.bmc.requests.BmcRequest.Builder<AddManagedDatabaseToManagedDatabaseGroupRequest,AddManagedDatabaseToManagedDatabaseGroupDetails>public AddManagedDatabaseToManagedDatabaseGroupRequest build()
Build the instance of AddManagedDatabaseToManagedDatabaseGroupRequest 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.
build in interface com.oracle.bmc.requests.BmcRequest.Builder<AddManagedDatabaseToManagedDatabaseGroupRequest,AddManagedDatabaseToManagedDatabaseGroupDetails>public AddManagedDatabaseToManagedDatabaseGroupRequest.Builder body$(AddManagedDatabaseToManagedDatabaseGroupDetails body)
Alternative setter for the body parameter.
body$ in interface com.oracle.bmc.requests.BmcRequest.Builder<AddManagedDatabaseToManagedDatabaseGroupRequest,AddManagedDatabaseToManagedDatabaseGroupDetails>body - the body parameterpublic AddManagedDatabaseToManagedDatabaseGroupRequest.Builder managedDatabaseGroupId(String managedDatabaseGroupId)
The OCID of the Managed Database Group.
this.public AddManagedDatabaseToManagedDatabaseGroupRequest.Builder addManagedDatabaseToManagedDatabaseGroupDetails(AddManagedDatabaseToManagedDatabaseGroupDetails addManagedDatabaseToManagedDatabaseGroupDetails)
The Managed Database details required to add the Managed Database to a Managed Database Group.
this.public AddManagedDatabaseToManagedDatabaseGroupRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this.public AddManagedDatabaseToManagedDatabaseGroupRequest.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.
this.public AddManagedDatabaseToManagedDatabaseGroupRequest buildWithoutInvocationCallback()
Copyright © 2016–2021. All rights reserved.