Class BulkUnpinAttributeRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmtraces.requests.BulkUnpinAttributeRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<BulkUnpinAttributeRequest,BulkUnpinAttributeDetails>
 - Enclosing class:
- BulkUnpinAttributeRequest
 
 public static class BulkUnpinAttributeRequest.Builder extends Object implements BmcRequest.Builder<BulkUnpinAttributeRequest,BulkUnpinAttributeDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkUnpinAttributeRequest.BuilderapmDomainId(String apmDomainId)The APM Domain ID for the intended request.BulkUnpinAttributeRequest.Builderbody$(BulkUnpinAttributeDetails body)Alternative setter for the body parameter.BulkUnpinAttributeRequestbuild()Build the instance of BulkUnpinAttributeRequest as configured by this builderBulkUnpinAttributeRequestbuildWithoutInvocationCallback()Build the instance of BulkUnpinAttributeRequest as configured by this builderBulkUnpinAttributeRequest.BuilderbulkUnpinAttributeDetails(BulkUnpinAttributeDetails bulkUnpinAttributeDetails)Request body containing the details about the set of attributes to be unpinned.BulkUnpinAttributeRequest.Buildercopy(BulkUnpinAttributeRequest o)Copy method to populate the builder with values from the given instance.BulkUnpinAttributeRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.BulkUnpinAttributeRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.BulkUnpinAttributeRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
apmDomainIdpublic BulkUnpinAttributeRequest.Builder apmDomainId(String apmDomainId) The APM Domain ID for the intended request.- Parameters:
- apmDomainId- the value to set
- Returns:
- this builder instance
 
 - 
bulkUnpinAttributeDetailspublic BulkUnpinAttributeRequest.Builder bulkUnpinAttributeDetails(BulkUnpinAttributeDetails bulkUnpinAttributeDetails) Request body containing the details about the set of attributes to be unpinned.- Parameters:
- bulkUnpinAttributeDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic BulkUnpinAttributeRequest.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 BulkUnpinAttributeRequest.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 BulkUnpinAttributeRequest.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 BulkUnpinAttributeRequest.Builder copy(BulkUnpinAttributeRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<BulkUnpinAttributeRequest,BulkUnpinAttributeDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic BulkUnpinAttributeRequest build() Build the instance of BulkUnpinAttributeRequest 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<BulkUnpinAttributeRequest,BulkUnpinAttributeDetails>
- Returns:
- instance of BulkUnpinAttributeRequest
 
 - 
body$public BulkUnpinAttributeRequest.Builder body$(BulkUnpinAttributeDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<BulkUnpinAttributeRequest,BulkUnpinAttributeDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic BulkUnpinAttributeRequest buildWithoutInvocationCallback() Build the instance of BulkUnpinAttributeRequest 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 BulkUnpinAttributeRequest
 
 
- 
 
-