Package com.oracle.bmc.bds.requests
Class GetNodeBackupConfigurationRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.bds.requests.GetNodeBackupConfigurationRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<GetNodeBackupConfigurationRequest,Void>
- Enclosing class:
- GetNodeBackupConfigurationRequest
public static class GetNodeBackupConfigurationRequest.Builder extends Object implements BmcRequest.Builder<GetNodeBackupConfigurationRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetNodeBackupConfigurationRequest.Builder
bdsInstanceId(String bdsInstanceId)
The OCID of the cluster.GetNodeBackupConfigurationRequest
build()
Build the instance of GetNodeBackupConfigurationRequest as configured by this builderGetNodeBackupConfigurationRequest
buildWithoutInvocationCallback()
Build the instance of GetNodeBackupConfigurationRequest as configured by this builderGetNodeBackupConfigurationRequest.Builder
copy(GetNodeBackupConfigurationRequest o)
Copy method to populate the builder with values from the given instance.GetNodeBackupConfigurationRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetNodeBackupConfigurationRequest.Builder
nodeBackupConfigurationId(String nodeBackupConfigurationId)
Unique Oracle-assigned identifier of the NodeBackupConfiguration.GetNodeBackupConfigurationRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.GetNodeBackupConfigurationRequest.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
-
bdsInstanceId
public GetNodeBackupConfigurationRequest.Builder bdsInstanceId(String bdsInstanceId)
The OCID of the cluster.- Parameters:
bdsInstanceId
- the value to set- Returns:
- this builder instance
-
nodeBackupConfigurationId
public GetNodeBackupConfigurationRequest.Builder nodeBackupConfigurationId(String nodeBackupConfigurationId)
Unique Oracle-assigned identifier of the NodeBackupConfiguration.- Parameters:
nodeBackupConfigurationId
- the value to set- Returns:
- this builder instance
-
opcRequestId
public GetNodeBackupConfigurationRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public GetNodeBackupConfigurationRequest.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 GetNodeBackupConfigurationRequest.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 GetNodeBackupConfigurationRequest.Builder copy(GetNodeBackupConfigurationRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<GetNodeBackupConfigurationRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public GetNodeBackupConfigurationRequest build()
Build the instance of GetNodeBackupConfigurationRequest 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<GetNodeBackupConfigurationRequest,Void>
- Returns:
- instance of GetNodeBackupConfigurationRequest
-
buildWithoutInvocationCallback
public GetNodeBackupConfigurationRequest buildWithoutInvocationCallback()
Build the instance of GetNodeBackupConfigurationRequest 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 GetNodeBackupConfigurationRequest
-
-