Uses of Interface
software.amazon.awssdk.services.firehose.model.AuthenticationConfiguration.Builder
-
Packages that use AuthenticationConfiguration.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of AuthenticationConfiguration.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return AuthenticationConfiguration.Builder Modifier and Type Method Description static AuthenticationConfiguration.BuilderAuthenticationConfiguration. builder()AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. connectivity(String connectivity)The type of connectivity used to access the Amazon MSK cluster.AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. connectivity(Connectivity connectivity)The type of connectivity used to access the Amazon MSK cluster.AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. roleARN(String roleARN)The ARN of the role used to access the Amazon MSK cluster.AuthenticationConfiguration.BuilderAuthenticationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.firehose.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.firehose.model with type arguments of type AuthenticationConfiguration.Builder Modifier and Type Method Description default MSKSourceConfiguration.BuilderMSKSourceConfiguration.Builder. authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration)The authentication configuration of the Amazon MSK cluster.default MSKSourceDescription.BuilderMSKSourceDescription.Builder. authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration)The authentication configuration of the Amazon MSK cluster.
-