Class Cloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredential.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.cloudbuildv2_connection.Cloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredential.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<Cloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredential>
- Enclosing interface:
- Cloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredential
@Stability(Stable) public static final class Cloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredential.Builder extends Object implements software.amazon.jsii.Builder<Cloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredential>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredentialbuild()Builds the configured instance.Cloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredential.BuilderuserTokenSecretVersion(String userTokenSecretVersion)
-
-
-
Method Detail
-
userTokenSecretVersion
@Stability(Stable) public Cloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredential.Builder userTokenSecretVersion(String userTokenSecretVersion)
Sets the value ofCloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredential.getUserTokenSecretVersion()- Parameters:
userTokenSecretVersion- Required. A SecretManager resource containing the user token that authorizes the Cloud Build connection. Format: 'projects/* /secrets/* /versions/*'. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#user_token_secret_version Cloudbuildv2Connection#user_token_secret_version} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.- Returns:
this
-
build
@Stability(Stable) public Cloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredential build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Cloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredential>- Returns:
- a new instance of
Cloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredential - Throws:
NullPointerException- if any required attribute was not provided
-
-