Interface RedshiftServerlessAuthConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RedshiftServerlessAuthConfiguration.Builder,
,RedshiftServerlessAuthConfiguration> SdkBuilder<RedshiftServerlessAuthConfiguration.Builder,
,RedshiftServerlessAuthConfiguration> SdkPojo
- Enclosing class:
RedshiftServerlessAuthConfiguration
@Mutable
@NotThreadSafe
public static interface RedshiftServerlessAuthConfiguration.Builder
extends SdkPojo, CopyableBuilder<RedshiftServerlessAuthConfiguration.Builder,RedshiftServerlessAuthConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of authentication to use.The type of authentication to use.usernamePasswordSecretArn
(String usernamePasswordSecretArn) The ARN of an Secrets Manager secret for authentication.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of authentication to use.
- Parameters:
type
- The type of authentication to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of authentication to use.
- Parameters:
type
- The type of authentication to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
usernamePasswordSecretArn
RedshiftServerlessAuthConfiguration.Builder usernamePasswordSecretArn(String usernamePasswordSecretArn) The ARN of an Secrets Manager secret for authentication.
- Parameters:
usernamePasswordSecretArn
- The ARN of an Secrets Manager secret for authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-