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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkUpdateAttributeNotesRequest.BuilderapmDomainId(String apmDomainId)The APM Domain ID for the intended request.BulkUpdateAttributeNotesRequest.Builderbody$(BulkUpdateAttributeNotesDetails body)Alternative setter for the body parameter.BulkUpdateAttributeNotesRequestbuild()Build the instance of BulkUpdateAttributeNotesRequest as configured by this builderBulkUpdateAttributeNotesRequestbuildWithoutInvocationCallback()Build the instance of BulkUpdateAttributeNotesRequest as configured by this builderBulkUpdateAttributeNotesRequest.BuilderbulkUpdateAttributeNotesDetails(BulkUpdateAttributeNotesDetails bulkUpdateAttributeNotesDetails)Request body containing the details about the set of attributes for which notes are to be updated.BulkUpdateAttributeNotesRequest.Buildercopy(BulkUpdateAttributeNotesRequest o)Copy method to populate the builder with values from the given instance.BulkUpdateAttributeNotesRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.BulkUpdateAttributeNotesRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.BulkUpdateAttributeNotesRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
apmDomainIdpublic BulkUpdateAttributeNotesRequest.Builder apmDomainId(String apmDomainId) The APM Domain ID for the intended request.- Parameters:
- apmDomainId- the value to set
- Returns:
- this builder instance
 
 - 
bulkUpdateAttributeNotesDetailspublic 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
 
 - 
opcRequestIdpublic 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
 
 - 
invocationCallbackpublic 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
 
 - 
retryConfigurationpublic 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
 
 - 
copypublic BulkUpdateAttributeNotesRequest.Builder copy(BulkUpdateAttributeNotesRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<BulkUpdateAttributeNotesRequest,BulkUpdateAttributeNotesDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic 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:
- buildin interface- BmcRequest.Builder<BulkUpdateAttributeNotesRequest,BulkUpdateAttributeNotesDetails>
- Returns:
- instance of BulkUpdateAttributeNotesRequest
 
 - 
body$public BulkUpdateAttributeNotesRequest.Builder body$(BulkUpdateAttributeNotesDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<BulkUpdateAttributeNotesRequest,BulkUpdateAttributeNotesDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic 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
 
 
- 
 
-