public static class EstimateReleaseDataSizeRequest.Builder extends Object implements BmcRequest.Builder<EstimateReleaseDataSizeRequest,EstimateReleaseDataSizeDetails>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EstimateReleaseDataSizeRequest.Builder |
body$(EstimateReleaseDataSizeDetails body)
Alternative setter for the body parameter.
|
EstimateReleaseDataSizeRequest |
build()
Build the instance of EstimateReleaseDataSizeRequest as configured by this builder
|
EstimateReleaseDataSizeRequest |
buildWithoutInvocationCallback()
Build the instance of EstimateReleaseDataSizeRequest as configured by this builder
|
EstimateReleaseDataSizeRequest.Builder |
copy(EstimateReleaseDataSizeRequest o)
Copy method to populate the builder with values from the given instance.
|
EstimateReleaseDataSizeRequest.Builder |
estimateReleaseDataSizeDetails(EstimateReleaseDataSizeDetails estimateReleaseDataSizeDetails)
This is the input to estimate the size of recalled data to be released.
|
EstimateReleaseDataSizeRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
EstimateReleaseDataSizeRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
EstimateReleaseDataSizeRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
EstimateReleaseDataSizeRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
public EstimateReleaseDataSizeRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
namespaceName
- the value to setpublic EstimateReleaseDataSizeRequest.Builder estimateReleaseDataSizeDetails(EstimateReleaseDataSizeDetails estimateReleaseDataSizeDetails)
This is the input to estimate the size of recalled data to be released.
estimateReleaseDataSizeDetails
- the value to setpublic EstimateReleaseDataSizeRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic EstimateReleaseDataSizeRequest.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 EstimateReleaseDataSizeRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic EstimateReleaseDataSizeRequest.Builder copy(EstimateReleaseDataSizeRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<EstimateReleaseDataSizeRequest,EstimateReleaseDataSizeDetails>
o
- other request from which to copy valuespublic EstimateReleaseDataSizeRequest build()
Build the instance of EstimateReleaseDataSizeRequest 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<EstimateReleaseDataSizeRequest,EstimateReleaseDataSizeDetails>
public EstimateReleaseDataSizeRequest.Builder body$(EstimateReleaseDataSizeDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<EstimateReleaseDataSizeRequest,EstimateReleaseDataSizeDetails>
body
- the body parameterpublic EstimateReleaseDataSizeRequest buildWithoutInvocationCallback()
Build the instance of EstimateReleaseDataSizeRequest 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.