Uses of Interface
software.amazon.awssdk.services.glue.model.BasicAuthenticationProperties.Builder
-
Packages that use BasicAuthenticationProperties.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BasicAuthenticationProperties.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return BasicAuthenticationProperties.Builder Modifier and Type Method Description static BasicAuthenticationProperties.BuilderBasicAuthenticationProperties. builder()default BasicAuthenticationProperties.BuilderBasicAuthenticationProperties.Builder. password(Consumer<ConnectorProperty.Builder> password)The password property name to use for Basic authentication credentials.BasicAuthenticationProperties.BuilderBasicAuthenticationProperties.Builder. password(ConnectorProperty password)The password property name to use for Basic authentication credentials.BasicAuthenticationProperties.BuilderBasicAuthenticationProperties. toBuilder()default BasicAuthenticationProperties.BuilderBasicAuthenticationProperties.Builder. username(Consumer<ConnectorProperty.Builder> username)The username property name to use for Basic authentication credentials.BasicAuthenticationProperties.BuilderBasicAuthenticationProperties.Builder. username(ConnectorProperty username)The username property name to use for Basic authentication credentials.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BasicAuthenticationProperties.Builder Modifier and Type Method Description static Class<? extends BasicAuthenticationProperties.Builder>BasicAuthenticationProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type BasicAuthenticationProperties.Builder Modifier and Type Method Description default ConnectorAuthenticationConfiguration.BuilderConnectorAuthenticationConfiguration.Builder. basicAuthenticationProperties(Consumer<BasicAuthenticationProperties.Builder> basicAuthenticationProperties)Sets the value of the BasicAuthenticationProperties property for this object.
-