Uses of Interface
software.amazon.awssdk.services.glue.model.CustomAuthenticationProperties.Builder
-
Packages that use CustomAuthenticationProperties.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CustomAuthenticationProperties.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CustomAuthenticationProperties.Builder Modifier and Type Method Description CustomAuthenticationProperties.BuilderCustomAuthenticationProperties.Builder. authenticationParameters(Collection<ConnectorProperty> authenticationParameters)A map of custom authentication parameters that define the specific authentication mechanism and required properties.CustomAuthenticationProperties.BuilderCustomAuthenticationProperties.Builder. authenticationParameters(Consumer<ConnectorProperty.Builder>... authenticationParameters)A map of custom authentication parameters that define the specific authentication mechanism and required properties.CustomAuthenticationProperties.BuilderCustomAuthenticationProperties.Builder. authenticationParameters(ConnectorProperty... authenticationParameters)A map of custom authentication parameters that define the specific authentication mechanism and required properties.static CustomAuthenticationProperties.BuilderCustomAuthenticationProperties. builder()CustomAuthenticationProperties.BuilderCustomAuthenticationProperties. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CustomAuthenticationProperties.Builder Modifier and Type Method Description static Class<? extends CustomAuthenticationProperties.Builder>CustomAuthenticationProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type CustomAuthenticationProperties.Builder Modifier and Type Method Description default ConnectorAuthenticationConfiguration.BuilderConnectorAuthenticationConfiguration.Builder. customAuthenticationProperties(Consumer<CustomAuthenticationProperties.Builder> customAuthenticationProperties)Sets the value of the CustomAuthenticationProperties property for this object.
-