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