Class QuicksightDataSourceCredentialsCredentialPair.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.quicksight_data_source.QuicksightDataSourceCredentialsCredentialPair.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<QuicksightDataSourceCredentialsCredentialPair>
- Enclosing interface:
- QuicksightDataSourceCredentialsCredentialPair
@Stability(Stable) public static final class QuicksightDataSourceCredentialsCredentialPair.Builder extends Object implements software.amazon.jsii.Builder<QuicksightDataSourceCredentialsCredentialPair>
A builder forQuicksightDataSourceCredentialsCredentialPair
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuicksightDataSourceCredentialsCredentialPairbuild()Builds the configured instance.QuicksightDataSourceCredentialsCredentialPair.Builderpassword(String password)Sets the value ofQuicksightDataSourceCredentialsCredentialPair.getPassword()QuicksightDataSourceCredentialsCredentialPair.Builderusername(String username)Sets the value ofQuicksightDataSourceCredentialsCredentialPair.getUsername()
-
-
-
Method Detail
-
password
@Stability(Stable) public QuicksightDataSourceCredentialsCredentialPair.Builder password(String password)
Sets the value ofQuicksightDataSourceCredentialsCredentialPair.getPassword()- Parameters:
password- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#password QuicksightDataSource#password}. This parameter is required.- Returns:
this
-
username
@Stability(Stable) public QuicksightDataSourceCredentialsCredentialPair.Builder username(String username)
Sets the value ofQuicksightDataSourceCredentialsCredentialPair.getUsername()- Parameters:
username- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#username QuicksightDataSource#username}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public QuicksightDataSourceCredentialsCredentialPair build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<QuicksightDataSourceCredentialsCredentialPair>- Returns:
- a new instance of
QuicksightDataSourceCredentialsCredentialPair - Throws:
NullPointerException- if any required attribute was not provided
-
-