public static class SummarizeIndicatorsRequest.Builder extends Object implements BmcRequest.Builder<SummarizeIndicatorsRequest,SummarizeIndicatorsDetails>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SummarizeIndicatorsRequest.Builder |
body$(SummarizeIndicatorsDetails body)
Alternative setter for the body parameter.
|
SummarizeIndicatorsRequest |
build()
Build the instance of SummarizeIndicatorsRequest as configured by this builder
|
SummarizeIndicatorsRequest |
buildWithoutInvocationCallback()
Build the instance of SummarizeIndicatorsRequest as configured by this builder
|
SummarizeIndicatorsRequest.Builder |
compartmentId(String compartmentId)
The OCID of the tenancy (root compartment) that is used to filter results.
|
SummarizeIndicatorsRequest.Builder |
copy(SummarizeIndicatorsRequest o)
Copy method to populate the builder with values from the given instance.
|
SummarizeIndicatorsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
SummarizeIndicatorsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
SummarizeIndicatorsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
SummarizeIndicatorsRequest.Builder |
page(String page)
A token representing the position at which to start retrieving results.
|
SummarizeIndicatorsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
SummarizeIndicatorsRequest.Builder |
summarizeIndicatorsDetails(SummarizeIndicatorsDetails summarizeIndicatorsDetails)
Query Parameters to search for indicators.
|
public SummarizeIndicatorsRequest.Builder compartmentId(String compartmentId)
The OCID of the tenancy (root compartment) that is used to filter results.
compartmentId
- the value to setpublic SummarizeIndicatorsRequest.Builder summarizeIndicatorsDetails(SummarizeIndicatorsDetails summarizeIndicatorsDetails)
Query Parameters to search for indicators.
summarizeIndicatorsDetails
- the value to setpublic SummarizeIndicatorsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic SummarizeIndicatorsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic 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.
page
- the value to setpublic SummarizeIndicatorsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic SummarizeIndicatorsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic SummarizeIndicatorsRequest.Builder copy(SummarizeIndicatorsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<SummarizeIndicatorsRequest,SummarizeIndicatorsDetails>
o
- other request from which to copy valuespublic SummarizeIndicatorsRequest build()
Build the instance of SummarizeIndicatorsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<SummarizeIndicatorsRequest,SummarizeIndicatorsDetails>
public SummarizeIndicatorsRequest.Builder body$(SummarizeIndicatorsDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<SummarizeIndicatorsRequest,SummarizeIndicatorsDetails>
body
- the body parameterpublic SummarizeIndicatorsRequest buildWithoutInvocationCallback()
Build the instance of SummarizeIndicatorsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.