Class Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.cloudbuildv2_connection.Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential>
- Enclosing interface:
- Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential
@Stability(Stable) public static final class Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential.Builder extends Object implements software.amazon.jsii.Builder<Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredentialbuild()Builds the configured instance.Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential.BuilderuserTokenSecretVersion(String userTokenSecretVersion)
-
-
-
Method Detail
-
userTokenSecretVersion
@Stability(Stable) public Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential.Builder userTokenSecretVersion(String userTokenSecretVersion)
Sets the value ofCloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential.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 Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential>- Returns:
- a new instance of
Cloudbuildv2ConnectionBitbucketCloudConfigAuthorizerCredential - Throws:
NullPointerException- if any required attribute was not provided
-
-