public static class UpdateApmDomainRequest.Builder extends Object implements BmcRequest.Builder<UpdateApmDomainRequest,UpdateApmDomainDetails>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateApmDomainRequest.Builder |
apmDomainId(String apmDomainId)
The OCID of the APM domain.
|
UpdateApmDomainRequest.Builder |
body$(UpdateApmDomainDetails body)
Alternative setter for the body parameter.
|
UpdateApmDomainRequest |
build()
Build the instance of UpdateApmDomainRequest as configured by this builder
|
UpdateApmDomainRequest |
buildWithoutInvocationCallback()
Build the instance of UpdateApmDomainRequest as configured by this builder
|
UpdateApmDomainRequest.Builder |
copy(UpdateApmDomainRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateApmDomainRequest.Builder |
ifMatch(String ifMatch)
For optimistic concurrency control.
|
UpdateApmDomainRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateApmDomainRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
UpdateApmDomainRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdateApmDomainRequest.Builder |
updateApmDomainDetails(UpdateApmDomainDetails updateApmDomainDetails)
The information to be updated for the APM domain.
|
public UpdateApmDomainRequest.Builder apmDomainId(String apmDomainId)
The OCID of the APM domain.
apmDomainId
- the value to setpublic UpdateApmDomainRequest.Builder updateApmDomainDetails(UpdateApmDomainDetails updateApmDomainDetails)
The information to be updated for the APM domain.
updateApmDomainDetails
- the value to setpublic UpdateApmDomainRequest.Builder ifMatch(String ifMatch)
For optimistic concurrency control. Set the if-match
parameter to the value of
the etag from a previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource’s current etag
value.
ifMatch
- the value to setpublic UpdateApmDomainRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic UpdateApmDomainRequest.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 UpdateApmDomainRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic UpdateApmDomainRequest.Builder copy(UpdateApmDomainRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<UpdateApmDomainRequest,UpdateApmDomainDetails>
o
- other request from which to copy valuespublic UpdateApmDomainRequest build()
Build the instance of UpdateApmDomainRequest 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<UpdateApmDomainRequest,UpdateApmDomainDetails>
public UpdateApmDomainRequest.Builder body$(UpdateApmDomainDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<UpdateApmDomainRequest,UpdateApmDomainDetails>
body
- the body parameterpublic UpdateApmDomainRequest buildWithoutInvocationCallback()
Build the instance of UpdateApmDomainRequest 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.