public static class InitiateExtractRequest.Builder extends Object implements BmcRequest.Builder<InitiateExtractRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InitiateExtractRequest |
build()
Build the instance of InitiateExtractRequest as configured by this builder
|
InitiateExtractRequest |
buildWithoutInvocationCallback()
Build the instance of InitiateExtractRequest as configured by this builder
|
InitiateExtractRequest.Builder |
copy(InitiateExtractRequest o)
Copy method to populate the builder with values from the given instance.
|
InitiateExtractRequest.Builder |
fusionEnvironmentId(String fusionEnvironmentId)
unique FusionEnvironment identifier
|
InitiateExtractRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
InitiateExtractRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
InitiateExtractRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public InitiateExtractRequest.Builder fusionEnvironmentId(String fusionEnvironmentId)
unique FusionEnvironment identifier
fusionEnvironmentId
- the value to setpublic InitiateExtractRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic InitiateExtractRequest.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 InitiateExtractRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic InitiateExtractRequest.Builder copy(InitiateExtractRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<InitiateExtractRequest,Void>
o
- other request from which to copy valuespublic InitiateExtractRequest build()
Build the instance of InitiateExtractRequest 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<InitiateExtractRequest,Void>
public InitiateExtractRequest buildWithoutInvocationCallback()
Build the instance of InitiateExtractRequest 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.