Uses of Interface
software.amazon.awssdk.services.glue.model.AuthenticationConfiguration.Builder
-
Packages that use AuthenticationConfiguration.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of AuthenticationConfiguration.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return AuthenticationConfiguration.Builder Modifier and Type Method Description AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. authenticationType(String authenticationType)A structure containing the authentication configuration.AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. authenticationType(AuthenticationType authenticationType)A structure containing the authentication configuration.static AuthenticationConfiguration.BuilderAuthenticationConfiguration. builder()default AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. oAuth2Properties(Consumer<OAuth2Properties.Builder> oAuth2Properties)The properties for OAuth2 authentication.AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. oAuth2Properties(OAuth2Properties oAuth2Properties)The properties for OAuth2 authentication.AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. secretArn(String secretArn)The secret manager ARN to store credentials.AuthenticationConfiguration.BuilderAuthenticationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type AuthenticationConfiguration.Builder Modifier and Type Method Description static Class<? extends AuthenticationConfiguration.Builder>AuthenticationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type AuthenticationConfiguration.Builder Modifier and Type Method Description default Connection.BuilderConnection.Builder. authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration)The authentication properties of the connection.
-