Package com.oracle.bmc.jms.requests
Class UpdateExportSettingRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.requests.UpdateExportSettingRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateExportSettingRequest,UpdateExportSettingDetails>
 - Enclosing class:
- UpdateExportSettingRequest
 
 public static class UpdateExportSettingRequest.Builder extends Object implements BmcRequest.Builder<UpdateExportSettingRequest,UpdateExportSettingDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateExportSettingRequest.Builderbody$(UpdateExportSettingDetails body)Alternative setter for the body parameter.UpdateExportSettingRequestbuild()Build the instance of UpdateExportSettingRequest as configured by this builderUpdateExportSettingRequestbuildWithoutInvocationCallback()Build the instance of UpdateExportSettingRequest as configured by this builderUpdateExportSettingRequest.Buildercopy(UpdateExportSettingRequest o)Copy method to populate the builder with values from the given instance.UpdateExportSettingRequest.BuilderfleetId(String fleetId)The OCID of the Fleet.UpdateExportSettingRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateExportSettingRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateExportSettingRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.UpdateExportSettingRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateExportSettingRequest.BuilderupdateExportSettingDetails(UpdateExportSettingDetails updateExportSettingDetails)The new details for the export setting.
 
- 
- 
- 
Method Detail- 
fleetIdpublic UpdateExportSettingRequest.Builder fleetId(String fleetId) The OCID of the Fleet.- Parameters:
- fleetId- the value to set
- Returns:
- this builder instance
 
 - 
updateExportSettingDetailspublic UpdateExportSettingRequest.Builder updateExportSettingDetails(UpdateExportSettingDetails updateExportSettingDetails) The new details for the export setting.- Parameters:
- updateExportSettingDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateExportSettingRequest.Builder ifMatch(String ifMatch) For optimistic concurrency control.In the PUT or DELETE call for a resource, set the if-match parameter to the value of the ETag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the ETag you provide matches the resource’s current ETag value. - Parameters:
- ifMatch- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic UpdateExportSettingRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic UpdateExportSettingRequest.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 UpdateExportSettingRequest.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 UpdateExportSettingRequest.Builder copy(UpdateExportSettingRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateExportSettingRequest,UpdateExportSettingDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateExportSettingRequest build() Build the instance of UpdateExportSettingRequest 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<UpdateExportSettingRequest,UpdateExportSettingDetails>
- Returns:
- instance of UpdateExportSettingRequest
 
 - 
body$public UpdateExportSettingRequest.Builder body$(UpdateExportSettingDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateExportSettingRequest,UpdateExportSettingDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateExportSettingRequest buildWithoutInvocationCallback() Build the instance of UpdateExportSettingRequest 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 UpdateExportSettingRequest
 
 
- 
 
-