Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.RedshiftServerlessAuthConfiguration.Builder
Packages that use RedshiftServerlessAuthConfiguration.Builder
-
Uses of RedshiftServerlessAuthConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return RedshiftServerlessAuthConfiguration.BuilderModifier and TypeMethodDescriptionRedshiftServerlessAuthConfiguration.builder()RedshiftServerlessAuthConfiguration.toBuilder()The type of authentication to use.RedshiftServerlessAuthConfiguration.Builder.type(RedshiftServerlessAuthType type) The type of authentication to use.RedshiftServerlessAuthConfiguration.Builder.usernamePasswordSecretArn(String usernamePasswordSecretArn) The ARN of an Secrets Manager secret for authentication.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type RedshiftServerlessAuthConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RedshiftServerlessAuthConfiguration.Builder>RedshiftServerlessAuthConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type RedshiftServerlessAuthConfiguration.BuilderModifier and TypeMethodDescriptionRedshiftServerlessConfiguration.Builder.authConfiguration(Consumer<RedshiftServerlessAuthConfiguration.Builder> authConfiguration) Specifies configurations for authentication to an Amazon Redshift provisioned data warehouse.