Class SummarizeIndicatorsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.threatintelligence.requests.SummarizeIndicatorsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<SummarizeIndicatorsRequest,SummarizeIndicatorsDetails>
 - Enclosing class:
- SummarizeIndicatorsRequest
 
 public static class SummarizeIndicatorsRequest.Builder extends Object implements BmcRequest.Builder<SummarizeIndicatorsRequest,SummarizeIndicatorsDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SummarizeIndicatorsRequest.Builderbody$(SummarizeIndicatorsDetails body)Alternative setter for the body parameter.SummarizeIndicatorsRequestbuild()Build the instance of SummarizeIndicatorsRequest as configured by this builderSummarizeIndicatorsRequestbuildWithoutInvocationCallback()Build the instance of SummarizeIndicatorsRequest as configured by this builderSummarizeIndicatorsRequest.BuildercompartmentId(String compartmentId)The OCID of the tenancy (root compartment) that is used to filter results.SummarizeIndicatorsRequest.Buildercopy(SummarizeIndicatorsRequest o)Copy method to populate the builder with values from the given instance.SummarizeIndicatorsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.SummarizeIndicatorsRequest.Builderlimit(Integer limit)The maximum number of items to return.SummarizeIndicatorsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.SummarizeIndicatorsRequest.Builderpage(String page)A token representing the position at which to start retrieving results.SummarizeIndicatorsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.SummarizeIndicatorsRequest.BuildersummarizeIndicatorsDetails(SummarizeIndicatorsDetails summarizeIndicatorsDetails)Query Parameters to search for indicators.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic SummarizeIndicatorsRequest.Builder compartmentId(String compartmentId) The OCID of the tenancy (root compartment) that is used to filter results.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder instance
 
 - 
summarizeIndicatorsDetailspublic SummarizeIndicatorsRequest.Builder summarizeIndicatorsDetails(SummarizeIndicatorsDetails summarizeIndicatorsDetails) Query Parameters to search for indicators.- Parameters:
- summarizeIndicatorsDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic SummarizeIndicatorsRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic SummarizeIndicatorsRequest.Builder limit(Integer limit) The maximum number of items to return.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic SummarizeIndicatorsRequest.Builder page(String page) A token representing the position at which to start retrieving results.This must come from the opc-next-page header field of a previous response. - Parameters:
- page- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic SummarizeIndicatorsRequest.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 SummarizeIndicatorsRequest.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 SummarizeIndicatorsRequest.Builder copy(SummarizeIndicatorsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<SummarizeIndicatorsRequest,SummarizeIndicatorsDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic SummarizeIndicatorsRequest build() Build the instance of SummarizeIndicatorsRequest 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<SummarizeIndicatorsRequest,SummarizeIndicatorsDetails>
- Returns:
- instance of SummarizeIndicatorsRequest
 
 - 
body$public SummarizeIndicatorsRequest.Builder body$(SummarizeIndicatorsDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<SummarizeIndicatorsRequest,SummarizeIndicatorsDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic SummarizeIndicatorsRequest buildWithoutInvocationCallback() Build the instance of SummarizeIndicatorsRequest 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 SummarizeIndicatorsRequest
 
 
- 
 
-