Class IntegrationConnectorsEndpointAttachment.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.integration_connectors_endpoint_attachment.IntegrationConnectorsEndpointAttachment.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntegrationConnectorsEndpointAttachment>
- Enclosing class:
- IntegrationConnectorsEndpointAttachment
@Stability(Stable) public static final class IntegrationConnectorsEndpointAttachment.Builder extends Object implements software.amazon.jsii.Builder<IntegrationConnectorsEndpointAttachment>
A fluent builder forIntegrationConnectorsEndpointAttachment.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationConnectorsEndpointAttachmentbuild()IntegrationConnectorsEndpointAttachment.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)IntegrationConnectorsEndpointAttachment.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)IntegrationConnectorsEndpointAttachment.Buildercount(com.hashicorp.cdktf.TerraformCount count)IntegrationConnectorsEndpointAttachment.Buildercount(Number count)static IntegrationConnectorsEndpointAttachment.Buildercreate(software.constructs.Construct scope, String id)IntegrationConnectorsEndpointAttachment.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)IntegrationConnectorsEndpointAttachment.Builderdescription(String description)Description of the resource.IntegrationConnectorsEndpointAttachment.BuilderendpointGlobalAccess(com.hashicorp.cdktf.IResolvable endpointGlobalAccess)Enable global access for endpoint attachment.IntegrationConnectorsEndpointAttachment.BuilderendpointGlobalAccess(Boolean endpointGlobalAccess)Enable global access for endpoint attachment.IntegrationConnectorsEndpointAttachment.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)IntegrationConnectorsEndpointAttachment.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#id IntegrationConnectorsEndpointAttachment#id}.IntegrationConnectorsEndpointAttachment.Builderlabels(Map<String,String> labels)Resource labels to represent user provided metadata.IntegrationConnectorsEndpointAttachment.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)IntegrationConnectorsEndpointAttachment.Builderlocation(String location)Location in which Endpoint Attachment needs to be created.IntegrationConnectorsEndpointAttachment.Buildername(String name)Name of Endpoint Attachment needs to be created.IntegrationConnectorsEndpointAttachment.Builderproject(String project)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#project IntegrationConnectorsEndpointAttachment#project}.IntegrationConnectorsEndpointAttachment.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)IntegrationConnectorsEndpointAttachment.Builderprovisioners(List<? extends Object> provisioners)IntegrationConnectorsEndpointAttachment.BuilderserviceAttachment(String serviceAttachment)The path of the service attachment.IntegrationConnectorsEndpointAttachment.Buildertimeouts(IntegrationConnectorsEndpointAttachmentTimeouts timeouts)timeouts block.
-
-
-
Method Detail
-
create
@Stability(Stable) public static IntegrationConnectorsEndpointAttachment.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
IntegrationConnectorsEndpointAttachment.Builder.
-
connection
@Stability(Experimental) public IntegrationConnectorsEndpointAttachment.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public IntegrationConnectorsEndpointAttachment.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public IntegrationConnectorsEndpointAttachment.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public IntegrationConnectorsEndpointAttachment.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public IntegrationConnectorsEndpointAttachment.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public IntegrationConnectorsEndpointAttachment.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public IntegrationConnectorsEndpointAttachment.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public IntegrationConnectorsEndpointAttachment.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public IntegrationConnectorsEndpointAttachment.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
location
@Stability(Stable) public IntegrationConnectorsEndpointAttachment.Builder location(String location)
Location in which Endpoint Attachment needs to be created.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#location IntegrationConnectorsEndpointAttachment#location}
- Parameters:
location- Location in which Endpoint Attachment needs to be created. This parameter is required.- Returns:
this
-
name
@Stability(Stable) public IntegrationConnectorsEndpointAttachment.Builder name(String name)
Name of Endpoint Attachment needs to be created.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#name IntegrationConnectorsEndpointAttachment#name}
- Parameters:
name- Name of Endpoint Attachment needs to be created. This parameter is required.- Returns:
this
-
serviceAttachment
@Stability(Stable) public IntegrationConnectorsEndpointAttachment.Builder serviceAttachment(String serviceAttachment)
The path of the service attachment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#service_attachment IntegrationConnectorsEndpointAttachment#service_attachment}
- Parameters:
serviceAttachment- The path of the service attachment. This parameter is required.- Returns:
this
-
description
@Stability(Stable) public IntegrationConnectorsEndpointAttachment.Builder description(String description)
Description of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#description IntegrationConnectorsEndpointAttachment#description}
- Parameters:
description- Description of the resource. This parameter is required.- Returns:
this
-
endpointGlobalAccess
@Stability(Stable) public IntegrationConnectorsEndpointAttachment.Builder endpointGlobalAccess(Boolean endpointGlobalAccess)
Enable global access for endpoint attachment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#endpoint_global_access IntegrationConnectorsEndpointAttachment#endpoint_global_access}
- Parameters:
endpointGlobalAccess- Enable global access for endpoint attachment. This parameter is required.- Returns:
this
-
endpointGlobalAccess
@Stability(Stable) public IntegrationConnectorsEndpointAttachment.Builder endpointGlobalAccess(com.hashicorp.cdktf.IResolvable endpointGlobalAccess)
Enable global access for endpoint attachment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#endpoint_global_access IntegrationConnectorsEndpointAttachment#endpoint_global_access}
- Parameters:
endpointGlobalAccess- Enable global access for endpoint attachment. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public IntegrationConnectorsEndpointAttachment.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#id IntegrationConnectorsEndpointAttachment#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/resources/integration_connectors_endpoint_attachment#id IntegrationConnectorsEndpointAttachment#id}. This parameter is required.- Returns:
this
-
labels
@Stability(Stable) public IntegrationConnectorsEndpointAttachment.Builder labels(Map<String,String> labels)
Resource labels to represent user provided metadata.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#labels IntegrationConnectorsEndpointAttachment#labels}
- Parameters:
labels- Resource labels to represent user provided metadata. This parameter is required.- Returns:
this
-
project
@Stability(Stable) public IntegrationConnectorsEndpointAttachment.Builder project(String project)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#project IntegrationConnectorsEndpointAttachment#project}.- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#project IntegrationConnectorsEndpointAttachment#project}. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public IntegrationConnectorsEndpointAttachment.Builder timeouts(IntegrationConnectorsEndpointAttachmentTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#timeouts IntegrationConnectorsEndpointAttachment#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public IntegrationConnectorsEndpointAttachment build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IntegrationConnectorsEndpointAttachment>- Returns:
- a newly built instance of
IntegrationConnectorsEndpointAttachment.
-
-