Interface BasicAuthConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BasicAuthConfiguration.Builder,,BasicAuthConfiguration> SdkBuilder<BasicAuthConfiguration.Builder,,BasicAuthConfiguration> SdkPojo
- Enclosing class:
 BasicAuthConfiguration
public static interface BasicAuthConfiguration.Builder
extends SdkPojo, CopyableBuilder<BasicAuthConfiguration.Builder,BasicAuthConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.The ARN of the Secrets Manager secret that stores the basic authentication credentials used for plugin configuration..Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
secretArn
The ARN of the Secrets Manager secret that stores the basic authentication credentials used for plugin configuration..
- Parameters:
 secretArn- The ARN of the Secrets Manager secret that stores the basic authentication credentials used for plugin configuration..- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
roleArn
The ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.
- Parameters:
 roleArn- The ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -