Uses of Interface
software.amazon.awssdk.services.datazone.model.AuthenticationConfiguration.Builder
-
Packages that use AuthenticationConfiguration.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AuthenticationConfiguration.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AuthenticationConfiguration.Builder Modifier and Type Method Description AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. authenticationType(String authenticationType)The authentication type of a connection.AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. authenticationType(AuthenticationType authenticationType)The authentication type of a connection.static AuthenticationConfiguration.BuilderAuthenticationConfiguration. builder()default AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. oAuth2Properties(Consumer<OAuth2Properties.Builder> oAuth2Properties)The oAuth2 properties of a connection.AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. oAuth2Properties(OAuth2Properties oAuth2Properties)The oAuth2 properties of a connection.AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. secretArn(String secretArn)The secret ARN of a connection.AuthenticationConfiguration.BuilderAuthenticationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.datazone.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.datazone.model with type arguments of type AuthenticationConfiguration.Builder Modifier and Type Method Description default GlueConnection.BuilderGlueConnection.Builder. authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration)The authentication configuration of the Amazon Web Services Glue connection.
-