Class CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.secretManagerArn(String secretManagerArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
secretManagerArn
@Stability(Stable) public CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty.Builder secretManagerArn(String secretManagerArn) Sets the value ofCfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty.getSecretManagerArn()- Parameters:
secretManagerArn- The ARN of a secret manager for an Amazon Redshift cluster.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-