Package com.oracle.bmc.streaming
Class StreamAsyncClientBuilder
- java.lang.Object
- 
- com.oracle.bmc.common.ClientBuilderBase<B,C>
- 
- com.oracle.bmc.streaming.AbstractStreamBasedClientBuilder<StreamAsyncClientBuilder,StreamAsyncClient>
- 
- com.oracle.bmc.streaming.StreamAsyncClientBuilder
 
 
 
- 
 public class StreamAsyncClientBuilder extends AbstractStreamBasedClientBuilder<StreamAsyncClientBuilder,StreamAsyncClient> 
- 
- 
Field Summary- 
Fields inherited from class com.oracle.bmc.streaming.AbstractStreamBasedClientBuilderstream, streamSummary
 - 
Fields inherited from class com.oracle.bmc.common.ClientBuilderBaseadditionalClientConfigurators, clientConfigurator, configuration, endpoint, requestSignerFactory
 
- 
 - 
Constructor SummaryConstructors Constructor Description StreamAsyncClientBuilder(Service service)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamAsyncClientbuild(AbstractAuthenticationDetailsProvider authenticationDetailsProvider)Set the authentication details provider.- 
Methods inherited from class com.oracle.bmc.streaming.AbstractStreamBasedClientBuildercopyFrom, getEndpoint, stream, streamSummary
 - 
Methods inherited from class com.oracle.bmc.common.ClientBuilderBaseadditionalClientConfigurator, additionalClientConfigurators, clientConfigurator, configuration, endpoint, httpProvider, requestSignerFactory, signingStrategyRequestSignerFactories
 
- 
 
- 
- 
- 
Constructor Detail- 
StreamAsyncClientBuilderpublic StreamAsyncClientBuilder(Service service) 
 
- 
 - 
Method Detail- 
buildpublic StreamAsyncClient build(@Nonnull AbstractAuthenticationDetailsProvider authenticationDetailsProvider) Description copied from class:ClientBuilderBaseSet the authentication details provider.Once this is called, the builder can build the client. - Specified by:
- buildin class- ClientBuilderBase<StreamAsyncClientBuilder,StreamAsyncClient>
- Parameters:
- authenticationDetailsProvider- authentication details provider
- Returns:
- a builder that can build the client
 
 
- 
 
-