Class CreateFsuCycleRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetsoftwareupdate.requests.CreateFsuCycleRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<CreateFsuCycleRequest,CreateFsuCycleDetails>
 - Enclosing class:
- CreateFsuCycleRequest
 
 public static class CreateFsuCycleRequest.Builder extends Object implements BmcRequest.Builder<CreateFsuCycleRequest,CreateFsuCycleDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateFsuCycleRequest.Builderbody$(CreateFsuCycleDetails body)Alternative setter for the body parameter.CreateFsuCycleRequestbuild()Build the instance of CreateFsuCycleRequest as configured by this builderCreateFsuCycleRequestbuildWithoutInvocationCallback()Build the instance of CreateFsuCycleRequest as configured by this builderCreateFsuCycleRequest.Buildercopy(CreateFsuCycleRequest o)Copy method to populate the builder with values from the given instance.CreateFsuCycleRequest.BuildercreateFsuCycleDetails(CreateFsuCycleDetails createFsuCycleDetails)Details for the new Exadata Fleet Update Maintenance Cycle.CreateFsuCycleRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.CreateFsuCycleRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.CreateFsuCycleRequest.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.CreateFsuCycleRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
createFsuCycleDetailspublic CreateFsuCycleRequest.Builder createFsuCycleDetails(CreateFsuCycleDetails createFsuCycleDetails) Details for the new Exadata Fleet Update Maintenance Cycle.Targets can only exist in one active Fleet Software Update Maintenance Cycle. - Parameters:
- createFsuCycleDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRetryTokenpublic CreateFsuCycleRequest.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
 
 - 
opcRequestIdpublic CreateFsuCycleRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic CreateFsuCycleRequest.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 CreateFsuCycleRequest.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 CreateFsuCycleRequest.Builder copy(CreateFsuCycleRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<CreateFsuCycleRequest,CreateFsuCycleDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic CreateFsuCycleRequest build() Build the instance of CreateFsuCycleRequest 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<CreateFsuCycleRequest,CreateFsuCycleDetails>
- Returns:
- instance of CreateFsuCycleRequest
 
 - 
body$public CreateFsuCycleRequest.Builder body$(CreateFsuCycleDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<CreateFsuCycleRequest,CreateFsuCycleDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic CreateFsuCycleRequest buildWithoutInvocationCallback() Build the instance of CreateFsuCycleRequest 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 CreateFsuCycleRequest
 
 
- 
 
-