Uses of Interface
software.amazon.awssdk.services.glue.model.BasicAuthenticationCredentials.Builder
-
Packages that use BasicAuthenticationCredentials.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BasicAuthenticationCredentials.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return BasicAuthenticationCredentials.Builder Modifier and Type Method Description static BasicAuthenticationCredentials.BuilderBasicAuthenticationCredentials. builder()BasicAuthenticationCredentials.BuilderBasicAuthenticationCredentials.Builder. password(String password)The password to connect to the data source.BasicAuthenticationCredentials.BuilderBasicAuthenticationCredentials. toBuilder()BasicAuthenticationCredentials.BuilderBasicAuthenticationCredentials.Builder. username(String username)The username to connect to the data source.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BasicAuthenticationCredentials.Builder Modifier and Type Method Description static Class<? extends BasicAuthenticationCredentials.Builder>BasicAuthenticationCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type BasicAuthenticationCredentials.Builder Modifier and Type Method Description default AuthenticationConfigurationInput.BuilderAuthenticationConfigurationInput.Builder. basicAuthenticationCredentials(Consumer<BasicAuthenticationCredentials.Builder> basicAuthenticationCredentials)The credentials used when the authentication type is basic authentication.
-