Class CreateReplicationScheduleRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudmigrations.requests.CreateReplicationScheduleRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<CreateReplicationScheduleRequest,CreateReplicationScheduleDetails>
 - Enclosing class:
- CreateReplicationScheduleRequest
 
 public static class CreateReplicationScheduleRequest.Builder extends Object implements BmcRequest.Builder<CreateReplicationScheduleRequest,CreateReplicationScheduleDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateReplicationScheduleRequest.Builderbody$(CreateReplicationScheduleDetails body)Alternative setter for the body parameter.CreateReplicationScheduleRequestbuild()Build the instance of CreateReplicationScheduleRequest as configured by this builderCreateReplicationScheduleRequestbuildWithoutInvocationCallback()Build the instance of CreateReplicationScheduleRequest as configured by this builderCreateReplicationScheduleRequest.Buildercopy(CreateReplicationScheduleRequest o)Copy method to populate the builder with values from the given instance.CreateReplicationScheduleRequest.BuildercreateReplicationScheduleDetails(CreateReplicationScheduleDetails createReplicationScheduleDetails)Details for the new replication schedule.CreateReplicationScheduleRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.CreateReplicationScheduleRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.CreateReplicationScheduleRequest.BuilderopcRetryToken(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.CreateReplicationScheduleRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
createReplicationScheduleDetailspublic CreateReplicationScheduleRequest.Builder createReplicationScheduleDetails(CreateReplicationScheduleDetails createReplicationScheduleDetails) Details for the new replication schedule.- Parameters:
- createReplicationScheduleDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRetryTokenpublic CreateReplicationScheduleRequest.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 that 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
 
 - 
opcRequestIdpublic CreateReplicationScheduleRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic CreateReplicationScheduleRequest.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 CreateReplicationScheduleRequest.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 CreateReplicationScheduleRequest.Builder copy(CreateReplicationScheduleRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<CreateReplicationScheduleRequest,CreateReplicationScheduleDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic CreateReplicationScheduleRequest build() Build the instance of CreateReplicationScheduleRequest 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<CreateReplicationScheduleRequest,CreateReplicationScheduleDetails>
- Returns:
- instance of CreateReplicationScheduleRequest
 
 - 
body$public CreateReplicationScheduleRequest.Builder body$(CreateReplicationScheduleDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<CreateReplicationScheduleRequest,CreateReplicationScheduleDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic CreateReplicationScheduleRequest buildWithoutInvocationCallback() Build the instance of CreateReplicationScheduleRequest 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 CreateReplicationScheduleRequest
 
 
- 
 
-