public static final class BitBucketSourceCredentialsProps.Builder
extends java.lang.Object
BitBucketSourceCredentialsProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BitBucketSourceCredentialsProps |
build()
Builds the configured instance.
|
BitBucketSourceCredentialsProps.Builder |
password(SecretValue password)
Sets the value of
BitBucketSourceCredentialsProps.getPassword() |
BitBucketSourceCredentialsProps.Builder |
username(SecretValue username)
Sets the value of
BitBucketSourceCredentialsProps.getUsername() |
public BitBucketSourceCredentialsProps.Builder password(SecretValue password)
BitBucketSourceCredentialsProps.getPassword()
password
- Your BitBucket application password. This parameter is required.this
public BitBucketSourceCredentialsProps.Builder username(SecretValue username)
BitBucketSourceCredentialsProps.getUsername()
username
- Your BitBucket username. This parameter is required.this
public BitBucketSourceCredentialsProps build()
BitBucketSourceCredentialsProps
java.lang.NullPointerException
- if any required attribute was not provided