Package com.oracle.bmc.loganalytics
Class LogAnalyticsClient.Builder
- java.lang.Object
 - 
- com.oracle.bmc.common.ClientBuilderBase<B,C>
 - 
- com.oracle.bmc.common.RegionalClientBuilder<LogAnalyticsClient.Builder,LogAnalyticsClient>
 - 
- com.oracle.bmc.loganalytics.LogAnalyticsClient.Builder
 
 
 
 
- 
- Enclosing class:
 - LogAnalyticsClient
 
public static class LogAnalyticsClient.Builder extends RegionalClientBuilder<LogAnalyticsClient.Builder,LogAnalyticsClient>
Builder class for this client.The “authenticationDetailsProvider” is required and must be passed to the
build(AbstractAuthenticationDetailsProvider)method. 
- 
- 
Field Summary
- 
Fields inherited from class com.oracle.bmc.common.RegionalClientBuilder
region 
- 
Fields inherited from class com.oracle.bmc.common.ClientBuilderBase
additionalClientConfigurators, clientConfigurator, configuration, endpoint, requestSignerFactory 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogAnalyticsClientbuild(AbstractAuthenticationDetailsProvider authenticationDetailsProvider)Build the client.LogAnalyticsClient.BuilderexecutorService(ExecutorService executorService)Set the ExecutorService for the client to be created.LogAnalyticsClient.BuilderisStreamWarningEnabled(boolean isStreamWarningEnabled)Enable/disable the stream warnings for the client- 
Methods inherited from class com.oracle.bmc.common.RegionalClientBuilder
region, region 
- 
Methods inherited from class com.oracle.bmc.common.ClientBuilderBase
additionalClientConfigurator, additionalClientConfigurators, clientConfigurator, configuration, copyFrom, endpoint, httpProvider, requestSignerFactory, signingStrategyRequestSignerFactories 
 - 
 
 - 
 
- 
- 
Method Detail
- 
executorService
public LogAnalyticsClient.Builder executorService(ExecutorService executorService)
Set the ExecutorService for the client to be created.- Parameters:
 executorService- executorService- Returns:
 - this builder
 
 
- 
isStreamWarningEnabled
public LogAnalyticsClient.Builder isStreamWarningEnabled(boolean isStreamWarningEnabled)
Enable/disable the stream warnings for the client- Parameters:
 isStreamWarningEnabled- executorService- Returns:
 - this builder
 
 
- 
build
public LogAnalyticsClient build(@Nonnull AbstractAuthenticationDetailsProvider authenticationDetailsProvider)
Build the client.- Specified by:
 buildin classClientBuilderBase<LogAnalyticsClient.Builder,LogAnalyticsClient>- Parameters:
 authenticationDetailsProvider- authentication details provider- Returns:
 - the client
 
 
 - 
 
 -