Package com.oracle.bmc.jms.requests
Class GenerateAgentInstallerConfigurationRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.requests.GenerateAgentInstallerConfigurationRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<GenerateAgentInstallerConfigurationRequest,GenerateAgentInstallerConfigurationDetails>
 - Enclosing class:
- GenerateAgentInstallerConfigurationRequest
 
 public static class GenerateAgentInstallerConfigurationRequest.Builder extends Object implements BmcRequest.Builder<GenerateAgentInstallerConfigurationRequest,GenerateAgentInstallerConfigurationDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateAgentInstallerConfigurationRequest.Builderbody$(GenerateAgentInstallerConfigurationDetails body)Alternative setter for the body parameter.GenerateAgentInstallerConfigurationRequestbuild()Build the instance of GenerateAgentInstallerConfigurationRequest as configured by this builderGenerateAgentInstallerConfigurationRequestbuildWithoutInvocationCallback()Build the instance of GenerateAgentInstallerConfigurationRequest as configured by this builderGenerateAgentInstallerConfigurationRequest.Buildercopy(GenerateAgentInstallerConfigurationRequest o)Copy method to populate the builder with values from the given instance.GenerateAgentInstallerConfigurationRequest.BuildergenerateAgentInstallerConfigurationDetails(GenerateAgentInstallerConfigurationDetails generateAgentInstallerConfigurationDetails)Details that are used to generate the installer configuration for a fleet.GenerateAgentInstallerConfigurationRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.GenerateAgentInstallerConfigurationRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.GenerateAgentInstallerConfigurationRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
generateAgentInstallerConfigurationDetailspublic GenerateAgentInstallerConfigurationRequest.Builder generateAgentInstallerConfigurationDetails(GenerateAgentInstallerConfigurationDetails generateAgentInstallerConfigurationDetails) Details that are used to generate the installer configuration for a fleet.- Parameters:
- generateAgentInstallerConfigurationDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic GenerateAgentInstallerConfigurationRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic GenerateAgentInstallerConfigurationRequest.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 GenerateAgentInstallerConfigurationRequest.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 GenerateAgentInstallerConfigurationRequest.Builder copy(GenerateAgentInstallerConfigurationRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<GenerateAgentInstallerConfigurationRequest,GenerateAgentInstallerConfigurationDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GenerateAgentInstallerConfigurationRequest build() Build the instance of GenerateAgentInstallerConfigurationRequest 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<GenerateAgentInstallerConfigurationRequest,GenerateAgentInstallerConfigurationDetails>
- Returns:
- instance of GenerateAgentInstallerConfigurationRequest
 
 - 
body$public GenerateAgentInstallerConfigurationRequest.Builder body$(GenerateAgentInstallerConfigurationDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<GenerateAgentInstallerConfigurationRequest,GenerateAgentInstallerConfigurationDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic GenerateAgentInstallerConfigurationRequest buildWithoutInvocationCallback() Build the instance of GenerateAgentInstallerConfigurationRequest 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 GenerateAgentInstallerConfigurationRequest
 
 
- 
 
-