Package com.oracle.bmc.apigateway
Class ApiGatewayAsyncClient.Builder
- java.lang.Object
 - 
- com.oracle.bmc.common.ClientBuilderBase<B,C>
 - 
- com.oracle.bmc.common.RegionalClientBuilder<ApiGatewayAsyncClient.Builder,ApiGatewayAsyncClient>
 - 
- com.oracle.bmc.apigateway.ApiGatewayAsyncClient.Builder
 
 
 
 
- 
- Enclosing class:
 - ApiGatewayAsyncClient
 
public static class ApiGatewayAsyncClient.Builder extends RegionalClientBuilder<ApiGatewayAsyncClient.Builder,ApiGatewayAsyncClient>
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 ApiGatewayAsyncClientbuild(AbstractAuthenticationDetailsProvider authenticationDetailsProvider)Build the client.ApiGatewayAsyncClient.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
- 
isStreamWarningEnabled
public ApiGatewayAsyncClient.Builder isStreamWarningEnabled(boolean isStreamWarningEnabled)
Enable/disable the stream warnings for the client- Parameters:
 isStreamWarningEnabled- executorService- Returns:
 - this builder
 
 
- 
build
public ApiGatewayAsyncClient build(@Nonnull AbstractAuthenticationDetailsProvider authenticationDetailsProvider)
Build the client.- Specified by:
 buildin classClientBuilderBase<ApiGatewayAsyncClient.Builder,ApiGatewayAsyncClient>- Parameters:
 authenticationDetailsProvider- authentication details provider- Returns:
 - the client
 
 
 - 
 
 -