Class IntegrationsClientConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.integrations_client.IntegrationsClientConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntegrationsClientConfig>
- Enclosing interface:
- IntegrationsClientConfig
@Stability(Stable) public static final class IntegrationsClientConfig.Builder extends Object implements software.amazon.jsii.Builder<IntegrationsClientConfig>
A builder forIntegrationsClientConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
location
@Stability(Stable) public IntegrationsClientConfig.Builder location(String location)
Sets the value ofIntegrationsClientConfig.getLocation()- Parameters:
location- Location in which client needs to be provisioned. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#location IntegrationsClient#location}- Returns:
this
-
cloudKmsConfig
@Stability(Stable) public IntegrationsClientConfig.Builder cloudKmsConfig(IntegrationsClientCloudKmsConfig cloudKmsConfig)
Sets the value ofIntegrationsClientConfig.getCloudKmsConfig()- Parameters:
cloudKmsConfig- cloud_kms_config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#cloud_kms_config IntegrationsClient#cloud_kms_config}- Returns:
this
-
createSampleIntegrations
@Stability(Stable) public IntegrationsClientConfig.Builder createSampleIntegrations(Boolean createSampleIntegrations)
Sets the value ofIntegrationsClientConfig.getCreateSampleIntegrations()- Parameters:
createSampleIntegrations- Indicates if sample integrations should be created along with provisioning. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#create_sample_integrations IntegrationsClient#create_sample_integrations}- Returns:
this
-
createSampleIntegrations
@Stability(Stable) public IntegrationsClientConfig.Builder createSampleIntegrations(com.hashicorp.cdktf.IResolvable createSampleIntegrations)
Sets the value ofIntegrationsClientConfig.getCreateSampleIntegrations()- Parameters:
createSampleIntegrations- Indicates if sample integrations should be created along with provisioning. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#create_sample_integrations IntegrationsClient#create_sample_integrations}- Returns:
this
-
createSampleWorkflows
@Stability(Stable) public IntegrationsClientConfig.Builder createSampleWorkflows(Boolean createSampleWorkflows)
Sets the value ofIntegrationsClientConfig.getCreateSampleWorkflows()- Parameters:
createSampleWorkflows- Indicates if sample workflow should be created along with provisioning. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#create_sample_workflows IntegrationsClient#create_sample_workflows}- Returns:
this
-
createSampleWorkflows
@Stability(Stable) public IntegrationsClientConfig.Builder createSampleWorkflows(com.hashicorp.cdktf.IResolvable createSampleWorkflows)
Sets the value ofIntegrationsClientConfig.getCreateSampleWorkflows()- Parameters:
createSampleWorkflows- Indicates if sample workflow should be created along with provisioning. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#create_sample_workflows IntegrationsClient#create_sample_workflows}- Returns:
this
-
id
@Stability(Stable) public IntegrationsClientConfig.Builder id(String id)
Sets the value ofIntegrationsClientConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#id IntegrationsClient#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.- Returns:
this
-
project
@Stability(Stable) public IntegrationsClientConfig.Builder project(String project)
Sets the value ofIntegrationsClientConfig.getProject()- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#project IntegrationsClient#project}.- Returns:
this
-
provisionGmek
@Stability(Stable) public IntegrationsClientConfig.Builder provisionGmek(Boolean provisionGmek)
Sets the value ofIntegrationsClientConfig.getProvisionGmek()- Parameters:
provisionGmek- Indicates provision with GMEK or CMEK. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#provision_gmek IntegrationsClient#provision_gmek}- Returns:
this
-
provisionGmek
@Stability(Stable) public IntegrationsClientConfig.Builder provisionGmek(com.hashicorp.cdktf.IResolvable provisionGmek)
Sets the value ofIntegrationsClientConfig.getProvisionGmek()- Parameters:
provisionGmek- Indicates provision with GMEK or CMEK. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#provision_gmek IntegrationsClient#provision_gmek}- Returns:
this
-
runAsServiceAccount
@Stability(Stable) public IntegrationsClientConfig.Builder runAsServiceAccount(String runAsServiceAccount)
Sets the value ofIntegrationsClientConfig.getRunAsServiceAccount()- Parameters:
runAsServiceAccount- User input run-as service account, if empty, will bring up a new default service account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#run_as_service_account IntegrationsClient#run_as_service_account}- Returns:
this
-
timeouts
@Stability(Stable) public IntegrationsClientConfig.Builder timeouts(IntegrationsClientTimeouts timeouts)
Sets the value ofIntegrationsClientConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_client#timeouts IntegrationsClient#timeouts}- Returns:
this
-
connection
@Stability(Experimental) public IntegrationsClientConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public IntegrationsClientConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public IntegrationsClientConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public IntegrationsClientConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public IntegrationsClientConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public IntegrationsClientConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public IntegrationsClientConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public IntegrationsClientConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public IntegrationsClientConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public IntegrationsClientConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IntegrationsClientConfig>- Returns:
- a new instance of
IntegrationsClientConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-