Package com.oracle.bmc.keymanagement
Class KmsCryptoAsyncClientBuilder
- java.lang.Object
-
- com.oracle.bmc.common.ClientBuilderBase<B,C>
-
- com.oracle.bmc.keymanagement.AbstractVaultBasedClientBuilder<B,C>
-
- com.oracle.bmc.keymanagement.AbstractKmsCryptoClientBuilder<KmsCryptoAsyncClientBuilder,KmsCryptoAsyncClient>
-
- com.oracle.bmc.keymanagement.KmsCryptoAsyncClientBuilder
-
public class KmsCryptoAsyncClientBuilder extends AbstractKmsCryptoClientBuilder<KmsCryptoAsyncClientBuilder,KmsCryptoAsyncClient>
-
-
Field Summary
-
Fields inherited from class com.oracle.bmc.keymanagement.AbstractVaultBasedClientBuilder
vault, vaultSummary
-
Fields inherited from class com.oracle.bmc.common.ClientBuilderBase
additionalClientConfigurators, clientConfigurator, configuration, endpoint, requestSignerFactory
-
-
Constructor Summary
Constructors Constructor Description KmsCryptoAsyncClientBuilder(Service service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KmsCryptoAsyncClient
build(AbstractAuthenticationDetailsProvider authenticationDetailsProvider)
Set the authentication details provider.-
Methods inherited from class com.oracle.bmc.keymanagement.AbstractKmsCryptoClientBuilder
getEndpoint
-
Methods inherited from class com.oracle.bmc.keymanagement.AbstractVaultBasedClientBuilder
copyFrom, vault, vaultSummary
-
Methods inherited from class com.oracle.bmc.common.ClientBuilderBase
additionalClientConfigurator, additionalClientConfigurators, clientConfigurator, configuration, endpoint, httpProvider, requestSignerFactory, signingStrategyRequestSignerFactories
-
-
-
-
Constructor Detail
-
KmsCryptoAsyncClientBuilder
public KmsCryptoAsyncClientBuilder(Service service)
-
-
Method Detail
-
build
public KmsCryptoAsyncClient build(@Nonnull AbstractAuthenticationDetailsProvider authenticationDetailsProvider)
Description copied from class:ClientBuilderBase
Set the authentication details provider.Once this is called, the builder can build the client.
- Specified by:
build
in classClientBuilderBase<KmsCryptoAsyncClientBuilder,KmsCryptoAsyncClient>
- Parameters:
authenticationDetailsProvider
- authentication details provider- Returns:
- a builder that can build the client
-
-