Class UpdateConnectHarnessRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.streaming.requests.UpdateConnectHarnessRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateConnectHarnessRequest,UpdateConnectHarnessDetails>
 - Enclosing class:
- UpdateConnectHarnessRequest
 
 public static class UpdateConnectHarnessRequest.Builder extends Object implements BmcRequest.Builder<UpdateConnectHarnessRequest,UpdateConnectHarnessDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateConnectHarnessRequest.Builderbody$(UpdateConnectHarnessDetails body)Alternative setter for the body parameter.UpdateConnectHarnessRequestbuild()Build the instance of UpdateConnectHarnessRequest as configured by this builderUpdateConnectHarnessRequestbuildWithoutInvocationCallback()Build the instance of UpdateConnectHarnessRequest as configured by this builderUpdateConnectHarnessRequest.BuilderconnectHarnessId(String connectHarnessId)The OCID of the connect harness.UpdateConnectHarnessRequest.Buildercopy(UpdateConnectHarnessRequest o)Copy method to populate the builder with values from the given instance.UpdateConnectHarnessRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateConnectHarnessRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateConnectHarnessRequest.BuilderopcRequestId(String opcRequestId)The unique Oracle-assigned identifier for the request.UpdateConnectHarnessRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateConnectHarnessRequest.BuilderupdateConnectHarnessDetails(UpdateConnectHarnessDetails updateConnectHarnessDetails)The connect harness is updated with the tags provided.
 
- 
- 
- 
Method Detail- 
connectHarnessIdpublic UpdateConnectHarnessRequest.Builder connectHarnessId(String connectHarnessId) The OCID of the connect harness.- Parameters:
- connectHarnessId- the value to set
- Returns:
- this builder instance
 
 - 
updateConnectHarnessDetailspublic UpdateConnectHarnessRequest.Builder updateConnectHarnessDetails(UpdateConnectHarnessDetails updateConnectHarnessDetails) The connect harness is updated with the tags provided.- Parameters:
- updateConnectHarnessDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic UpdateConnectHarnessRequest.Builder opcRequestId(String opcRequestId) The unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateConnectHarnessRequest.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
 
 - 
invocationCallbackpublic UpdateConnectHarnessRequest.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 UpdateConnectHarnessRequest.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 UpdateConnectHarnessRequest.Builder copy(UpdateConnectHarnessRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateConnectHarnessRequest,UpdateConnectHarnessDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateConnectHarnessRequest build() Build the instance of UpdateConnectHarnessRequest 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<UpdateConnectHarnessRequest,UpdateConnectHarnessDetails>
- Returns:
- instance of UpdateConnectHarnessRequest
 
 - 
body$public UpdateConnectHarnessRequest.Builder body$(UpdateConnectHarnessDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateConnectHarnessRequest,UpdateConnectHarnessDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateConnectHarnessRequest buildWithoutInvocationCallback() Build the instance of UpdateConnectHarnessRequest 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 UpdateConnectHarnessRequest
 
 
- 
 
-