Class BulkUpdateAttributeNotesRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.apmtraces.requests.BulkUpdateAttributeNotesRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<BulkUpdateAttributeNotesRequest,BulkUpdateAttributeNotesDetails>
- Enclosing class:
- BulkUpdateAttributeNotesRequest
public static class BulkUpdateAttributeNotesRequest.Builder extends Object implements BmcRequest.Builder<BulkUpdateAttributeNotesRequest,BulkUpdateAttributeNotesDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkUpdateAttributeNotesRequest.Builder
apmDomainId(String apmDomainId)
The APM Domain ID for the intended request.BulkUpdateAttributeNotesRequest.Builder
body$(BulkUpdateAttributeNotesDetails body)
Alternative setter for the body parameter.BulkUpdateAttributeNotesRequest
build()
Build the instance of BulkUpdateAttributeNotesRequest as configured by this builderBulkUpdateAttributeNotesRequest
buildWithoutInvocationCallback()
Build the instance of BulkUpdateAttributeNotesRequest as configured by this builderBulkUpdateAttributeNotesRequest.Builder
bulkUpdateAttributeNotesDetails(BulkUpdateAttributeNotesDetails bulkUpdateAttributeNotesDetails)
Request body containing the details about the set of attributes for which notes are to be updated.BulkUpdateAttributeNotesRequest.Builder
copy(BulkUpdateAttributeNotesRequest o)
Copy method to populate the builder with values from the given instance.BulkUpdateAttributeNotesRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.BulkUpdateAttributeNotesRequest.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.BulkUpdateAttributeNotesRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
-
-
-
Method Detail
-
apmDomainId
public BulkUpdateAttributeNotesRequest.Builder apmDomainId(String apmDomainId)
The APM Domain ID for the intended request.- Parameters:
apmDomainId
- the value to set- Returns:
- this builder instance
-
bulkUpdateAttributeNotesDetails
public BulkUpdateAttributeNotesRequest.Builder bulkUpdateAttributeNotesDetails(BulkUpdateAttributeNotesDetails bulkUpdateAttributeNotesDetails)
Request body containing the details about the set of attributes for which notes are to be updated.- Parameters:
bulkUpdateAttributeNotesDetails
- the value to set- Returns:
- this builder instance
-
opcRequestId
public BulkUpdateAttributeNotesRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID.
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public BulkUpdateAttributeNotesRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback
- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public BulkUpdateAttributeNotesRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration
- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public BulkUpdateAttributeNotesRequest.Builder copy(BulkUpdateAttributeNotesRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<BulkUpdateAttributeNotesRequest,BulkUpdateAttributeNotesDetails>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public BulkUpdateAttributeNotesRequest build()
Build the instance of BulkUpdateAttributeNotesRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuildWithoutInvocationCallback()
does not.This is the preferred method to build an instance.
- Specified by:
build
in interfaceBmcRequest.Builder<BulkUpdateAttributeNotesRequest,BulkUpdateAttributeNotesDetails>
- Returns:
- instance of BulkUpdateAttributeNotesRequest
-
body$
public BulkUpdateAttributeNotesRequest.Builder body$(BulkUpdateAttributeNotesDetails body)
Alternative setter for the body parameter.- Specified by:
body$
in interfaceBmcRequest.Builder<BulkUpdateAttributeNotesRequest,BulkUpdateAttributeNotesDetails>
- Parameters:
body
- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public BulkUpdateAttributeNotesRequest buildWithoutInvocationCallback()
Build the instance of BulkUpdateAttributeNotesRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuild()
does- Returns:
- instance of BulkUpdateAttributeNotesRequest
-
-