@Stability(value=Stable) public static final class CfnDataSource.DataSourceCredentialsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.DataSourceCredentialsProperty>
CfnDataSource.DataSourceCredentialsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.DataSourceCredentialsProperty |
build()
Builds the configured instance.
|
CfnDataSource.DataSourceCredentialsProperty.Builder |
copySourceArn(String copySourceArn)
Sets the value of
CfnDataSource.DataSourceCredentialsProperty.getCopySourceArn() |
CfnDataSource.DataSourceCredentialsProperty.Builder |
credentialPair(CfnDataSource.CredentialPairProperty credentialPair)
Sets the value of
CfnDataSource.DataSourceCredentialsProperty.getCredentialPair() |
CfnDataSource.DataSourceCredentialsProperty.Builder |
credentialPair(IResolvable credentialPair)
Sets the value of
CfnDataSource.DataSourceCredentialsProperty.getCredentialPair() |
CfnDataSource.DataSourceCredentialsProperty.Builder |
secretArn(String secretArn)
Sets the value of
CfnDataSource.DataSourceCredentialsProperty.getSecretArn() |
@Stability(value=Stable) public CfnDataSource.DataSourceCredentialsProperty.Builder copySourceArn(String copySourceArn)
CfnDataSource.DataSourceCredentialsProperty.getCopySourceArn()copySourceArn - The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use.
When CopySourceArn is not null, the credential pair from the data source in the ARN is used as the credentials for the DataSourceCredentials structure.this@Stability(value=Stable) public CfnDataSource.DataSourceCredentialsProperty.Builder credentialPair(IResolvable credentialPair)
CfnDataSource.DataSourceCredentialsProperty.getCredentialPair()credentialPair - Credential pair.
For more information, see [CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html) .this@Stability(value=Stable) public CfnDataSource.DataSourceCredentialsProperty.Builder credentialPair(CfnDataSource.CredentialPairProperty credentialPair)
CfnDataSource.DataSourceCredentialsProperty.getCredentialPair()credentialPair - Credential pair.
For more information, see [CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html) .this@Stability(value=Stable) public CfnDataSource.DataSourceCredentialsProperty.Builder secretArn(String secretArn)
CfnDataSource.DataSourceCredentialsProperty.getSecretArn()secretArn - The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.this@Stability(value=Stable) public CfnDataSource.DataSourceCredentialsProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.DataSourceCredentialsProperty>CfnDataSource.DataSourceCredentialsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.