Class DataGoogleServiceAccountJwt.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_google_service_account_jwt.DataGoogleServiceAccountJwt.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataGoogleServiceAccountJwt>
- Enclosing class:
- DataGoogleServiceAccountJwt
@Stability(Stable) public static final class DataGoogleServiceAccountJwt.Builder extends Object implements software.amazon.jsii.Builder<DataGoogleServiceAccountJwt>
A fluent builder forDataGoogleServiceAccountJwt.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DataGoogleServiceAccountJwtbuild()DataGoogleServiceAccountJwt.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)DataGoogleServiceAccountJwt.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)DataGoogleServiceAccountJwt.Buildercount(com.hashicorp.cdktf.TerraformCount count)DataGoogleServiceAccountJwt.Buildercount(Number count)static DataGoogleServiceAccountJwt.Buildercreate(software.constructs.Construct scope, String id)DataGoogleServiceAccountJwt.Builderdelegates(List<String> delegates)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#delegates DataGoogleServiceAccountJwt#delegates}.DataGoogleServiceAccountJwt.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)DataGoogleServiceAccountJwt.BuilderexpiresIn(Number expiresIn)Number of seconds until the JWT expires.DataGoogleServiceAccountJwt.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)DataGoogleServiceAccountJwt.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#id DataGoogleServiceAccountJwt#id}.DataGoogleServiceAccountJwt.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)DataGoogleServiceAccountJwt.Builderpayload(String payload)A JSON-encoded JWT claims set that will be included in the signed JWT.DataGoogleServiceAccountJwt.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)DataGoogleServiceAccountJwt.Builderprovisioners(List<? extends Object> provisioners)DataGoogleServiceAccountJwt.BuildertargetServiceAccount(String targetServiceAccount)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#target_service_account DataGoogleServiceAccountJwt#target_service_account}.
-
-
-
Method Detail
-
create
@Stability(Stable) public static DataGoogleServiceAccountJwt.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
DataGoogleServiceAccountJwt.Builder.
-
connection
@Stability(Experimental) public DataGoogleServiceAccountJwt.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public DataGoogleServiceAccountJwt.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DataGoogleServiceAccountJwt.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DataGoogleServiceAccountJwt.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public DataGoogleServiceAccountJwt.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public DataGoogleServiceAccountJwt.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public DataGoogleServiceAccountJwt.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public DataGoogleServiceAccountJwt.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public DataGoogleServiceAccountJwt.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
payload
@Stability(Stable) public DataGoogleServiceAccountJwt.Builder payload(String payload)
A JSON-encoded JWT claims set that will be included in the signed JWT.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#payload DataGoogleServiceAccountJwt#payload}
- Parameters:
payload- A JSON-encoded JWT claims set that will be included in the signed JWT. This parameter is required.- Returns:
this
-
targetServiceAccount
@Stability(Stable) public DataGoogleServiceAccountJwt.Builder targetServiceAccount(String targetServiceAccount)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#target_service_account DataGoogleServiceAccountJwt#target_service_account}.- Parameters:
targetServiceAccount- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#target_service_account DataGoogleServiceAccountJwt#target_service_account}. This parameter is required.- Returns:
this
-
delegates
@Stability(Stable) public DataGoogleServiceAccountJwt.Builder delegates(List<String> delegates)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#delegates DataGoogleServiceAccountJwt#delegates}.- Parameters:
delegates- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#delegates DataGoogleServiceAccountJwt#delegates}. This parameter is required.- Returns:
this
-
expiresIn
@Stability(Stable) public DataGoogleServiceAccountJwt.Builder expiresIn(Number expiresIn)
Number of seconds until the JWT expires.If set and non-zero an `exp` claim will be added to the payload derived from the current timestamp plus expires_in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#expires_in DataGoogleServiceAccountJwt#expires_in}
- Parameters:
expiresIn- Number of seconds until the JWT expires. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public DataGoogleServiceAccountJwt.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#id DataGoogleServiceAccountJwt#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#id DataGoogleServiceAccountJwt#id}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public DataGoogleServiceAccountJwt build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataGoogleServiceAccountJwt>- Returns:
- a newly built instance of
DataGoogleServiceAccountJwt.
-
-