Class DeleteReplicationPolicyRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.objectstorage.requests.DeleteReplicationPolicyRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<DeleteReplicationPolicyRequest,Void>
 - Enclosing class:
- DeleteReplicationPolicyRequest
 
 public static class DeleteReplicationPolicyRequest.Builder extends Object implements BmcRequest.Builder<DeleteReplicationPolicyRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteReplicationPolicyRequest.BuilderbucketName(String bucketName)The name of the bucket.DeleteReplicationPolicyRequestbuild()Build the instance of DeleteReplicationPolicyRequest as configured by this builderDeleteReplicationPolicyRequestbuildWithoutInvocationCallback()Build the instance of DeleteReplicationPolicyRequest as configured by this builderDeleteReplicationPolicyRequest.Buildercopy(DeleteReplicationPolicyRequest o)Copy method to populate the builder with values from the given instance.DeleteReplicationPolicyRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.DeleteReplicationPolicyRequest.BuildernamespaceName(String namespaceName)The Object Storage namespace used for the request.DeleteReplicationPolicyRequest.BuilderopcClientRequestId(String opcClientRequestId)The client request ID for tracing.DeleteReplicationPolicyRequest.BuilderreplicationId(String replicationId)The ID of the replication policy.DeleteReplicationPolicyRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
namespaceNamepublic DeleteReplicationPolicyRequest.Builder namespaceName(String namespaceName) The Object Storage namespace used for the request.- Parameters:
- namespaceName- the value to set
- Returns:
- this builder instance
 
 - 
bucketNamepublic DeleteReplicationPolicyRequest.Builder bucketName(String bucketName) The name of the bucket.Avoid entering confidential information. Example: my-new-bucket1 - Parameters:
- bucketName- the value to set
- Returns:
- this builder instance
 
 - 
replicationIdpublic DeleteReplicationPolicyRequest.Builder replicationId(String replicationId) The ID of the replication policy.- Parameters:
- replicationId- the value to set
- Returns:
- this builder instance
 
 - 
opcClientRequestIdpublic DeleteReplicationPolicyRequest.Builder opcClientRequestId(String opcClientRequestId) The client request ID for tracing.- Parameters:
- opcClientRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic DeleteReplicationPolicyRequest.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
 
 - 
retryConfigurationpublic DeleteReplicationPolicyRequest.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
 
 - 
copypublic DeleteReplicationPolicyRequest.Builder copy(DeleteReplicationPolicyRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<DeleteReplicationPolicyRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic DeleteReplicationPolicyRequest build() Build the instance of DeleteReplicationPolicyRequest 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:
- buildin interface- BmcRequest.Builder<DeleteReplicationPolicyRequest,Void>
- Returns:
- instance of DeleteReplicationPolicyRequest
 
 - 
buildWithoutInvocationCallbackpublic DeleteReplicationPolicyRequest buildWithoutInvocationCallback() Build the instance of DeleteReplicationPolicyRequest 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 DeleteReplicationPolicyRequest
 
 
- 
 
-