Interface RedshiftServerlessConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RedshiftServerlessConfiguration.Builder,,RedshiftServerlessConfiguration> SdkBuilder<RedshiftServerlessConfiguration.Builder,,RedshiftServerlessConfiguration> SdkPojo
- Enclosing class:
 RedshiftServerlessConfiguration
public static interface RedshiftServerlessConfiguration.Builder
extends SdkPojo, CopyableBuilder<RedshiftServerlessConfiguration.Builder,RedshiftServerlessConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionauthConfiguration(Consumer<RedshiftServerlessAuthConfiguration.Builder> authConfiguration) Specifies configurations for authentication to an Amazon Redshift provisioned data warehouse.authConfiguration(RedshiftServerlessAuthConfiguration authConfiguration) Specifies configurations for authentication to an Amazon Redshift provisioned data warehouse.workgroupArn(String workgroupArn) The ARN of the Amazon Redshift workgroup.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
- 
authConfiguration
RedshiftServerlessConfiguration.Builder authConfiguration(RedshiftServerlessAuthConfiguration authConfiguration) Specifies configurations for authentication to an Amazon Redshift provisioned data warehouse.
- Parameters:
 authConfiguration- Specifies configurations for authentication to an Amazon Redshift provisioned data warehouse.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
authConfiguration
default RedshiftServerlessConfiguration.Builder authConfiguration(Consumer<RedshiftServerlessAuthConfiguration.Builder> authConfiguration) Specifies configurations for authentication to an Amazon Redshift provisioned data warehouse.
This is a convenience method that creates an instance of theRedshiftServerlessAuthConfiguration.Builderavoiding the need to create one manually viaRedshiftServerlessAuthConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthConfiguration(RedshiftServerlessAuthConfiguration).- Parameters:
 authConfiguration- a consumer that will call methods onRedshiftServerlessAuthConfiguration.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
workgroupArn
The ARN of the Amazon Redshift workgroup.
- Parameters:
 workgroupArn- The ARN of the Amazon Redshift workgroup.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -