Class CreateLogAnalyticsObjectCollectionRuleRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.requests.CreateLogAnalyticsObjectCollectionRuleRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<CreateLogAnalyticsObjectCollectionRuleRequest,CreateLogAnalyticsObjectCollectionRuleDetails>
 - Enclosing class:
- CreateLogAnalyticsObjectCollectionRuleRequest
 
 public static class CreateLogAnalyticsObjectCollectionRuleRequest.Builder extends Object implements BmcRequest.Builder<CreateLogAnalyticsObjectCollectionRuleRequest,CreateLogAnalyticsObjectCollectionRuleDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
namespaceNamepublic CreateLogAnalyticsObjectCollectionRuleRequest.Builder namespaceName(String namespaceName) The Logging Analytics namespace used for the request.- Parameters:
- namespaceName- the value to set
- Returns:
- this builder instance
 
 - 
createLogAnalyticsObjectCollectionRuleDetailspublic CreateLogAnalyticsObjectCollectionRuleRequest.Builder createLogAnalyticsObjectCollectionRuleDetails(CreateLogAnalyticsObjectCollectionRuleDetails createLogAnalyticsObjectCollectionRuleDetails) Details of the rule to be created.- Parameters:
- createLogAnalyticsObjectCollectionRuleDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic CreateLogAnalyticsObjectCollectionRuleRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic CreateLogAnalyticsObjectCollectionRuleRequest.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 CreateLogAnalyticsObjectCollectionRuleRequest.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 CreateLogAnalyticsObjectCollectionRuleRequest.Builder copy(CreateLogAnalyticsObjectCollectionRuleRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<CreateLogAnalyticsObjectCollectionRuleRequest,CreateLogAnalyticsObjectCollectionRuleDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic CreateLogAnalyticsObjectCollectionRuleRequest build() Build the instance of CreateLogAnalyticsObjectCollectionRuleRequest 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<CreateLogAnalyticsObjectCollectionRuleRequest,CreateLogAnalyticsObjectCollectionRuleDetails>
- Returns:
- instance of CreateLogAnalyticsObjectCollectionRuleRequest
 
 - 
body$public CreateLogAnalyticsObjectCollectionRuleRequest.Builder body$(CreateLogAnalyticsObjectCollectionRuleDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<CreateLogAnalyticsObjectCollectionRuleRequest,CreateLogAnalyticsObjectCollectionRuleDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic CreateLogAnalyticsObjectCollectionRuleRequest buildWithoutInvocationCallback() Build the instance of CreateLogAnalyticsObjectCollectionRuleRequest 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 CreateLogAnalyticsObjectCollectionRuleRequest
 
 
- 
 
-