Class GenerateDataKeysRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmcontrolplane.requests.GenerateDataKeysRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<GenerateDataKeysRequest,List<GenerateDataKeyDetails>>
 - Enclosing class:
- GenerateDataKeysRequest
 
 public static class GenerateDataKeysRequest.Builder extends Object implements BmcRequest.Builder<GenerateDataKeysRequest,List<GenerateDataKeyDetails>> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateDataKeysRequest.BuilderapmDomainId(String apmDomainId)The OCID of the APM domain.GenerateDataKeysRequest.Builderbody$(List<GenerateDataKeyDetails> body)Alternative setter for the body parameter.GenerateDataKeysRequestbuild()Build the instance of GenerateDataKeysRequest as configured by this builderGenerateDataKeysRequestbuildWithoutInvocationCallback()Build the instance of GenerateDataKeysRequest as configured by this builderGenerateDataKeysRequest.Buildercopy(GenerateDataKeysRequest o)Copy method to populate the builder with values from the given instance.GenerateDataKeysRequest.BuildergenerateDataKeysListDetails(GenerateDataKeyDetails singularValue)Singular setter.GenerateDataKeysRequest.BuildergenerateDataKeysListDetails(List<GenerateDataKeyDetails> generateDataKeysListDetails)List of new Data Keys to be generated.GenerateDataKeysRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.GenerateDataKeysRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.GenerateDataKeysRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.GenerateDataKeysRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
generateDataKeysListDetailspublic GenerateDataKeysRequest.Builder generateDataKeysListDetails(List<GenerateDataKeyDetails> generateDataKeysListDetails) List of new Data Keys to be generated.- Parameters:
- generateDataKeysListDetails- the value to set
- Returns:
- this builder instance
 
 - 
generateDataKeysListDetailspublic GenerateDataKeysRequest.Builder generateDataKeysListDetails(GenerateDataKeyDetails singularValue) Singular setter.List of new Data Keys to be generated. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
apmDomainIdpublic GenerateDataKeysRequest.Builder apmDomainId(String apmDomainId) The OCID of the APM domain.- Parameters:
- apmDomainId- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic GenerateDataKeysRequest.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. - Parameters:
- ifMatch- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic GenerateDataKeysRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic GenerateDataKeysRequest.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 GenerateDataKeysRequest.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 GenerateDataKeysRequest.Builder copy(GenerateDataKeysRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<GenerateDataKeysRequest,List<GenerateDataKeyDetails>>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GenerateDataKeysRequest build() Build the instance of GenerateDataKeysRequest 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<GenerateDataKeysRequest,List<GenerateDataKeyDetails>>
- Returns:
- instance of GenerateDataKeysRequest
 
 - 
body$public GenerateDataKeysRequest.Builder body$(List<GenerateDataKeyDetails> body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<GenerateDataKeysRequest,List<GenerateDataKeyDetails>>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic GenerateDataKeysRequest buildWithoutInvocationCallback() Build the instance of GenerateDataKeysRequest 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 GenerateDataKeysRequest
 
 
- 
 
-