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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedshiftServerlessAuthConfiguration.Buildertype(String type)The type of authentication to use.RedshiftServerlessAuthConfiguration.Buildertype(RedshiftServerlessAuthType type)The type of authentication to use.RedshiftServerlessAuthConfiguration.BuilderusernamePasswordSecretArn(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 Detail
-
type
RedshiftServerlessAuthConfiguration.Builder type(String 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:
RedshiftServerlessAuthType,RedshiftServerlessAuthType
-
type
RedshiftServerlessAuthConfiguration.Builder type(RedshiftServerlessAuthType 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:
RedshiftServerlessAuthType,RedshiftServerlessAuthType
-
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.
-
-