Class RdsClusterEndpoint.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.rds_cluster_endpoint.RdsClusterEndpoint.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<RdsClusterEndpoint>
- Enclosing class:
- RdsClusterEndpoint
@Stability(Stable) public static final class RdsClusterEndpoint.Builder extends Object implements software.amazon.jsii.Builder<RdsClusterEndpoint>
A fluent builder forRdsClusterEndpoint.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RdsClusterEndpointbuild()RdsClusterEndpoint.BuilderclusterEndpointIdentifier(String clusterEndpointIdentifier)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#cluster_endpoint_identifier RdsClusterEndpoint#cluster_endpoint_identifier}.RdsClusterEndpoint.BuilderclusterIdentifier(String clusterIdentifier)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#cluster_identifier RdsClusterEndpoint#cluster_identifier}.RdsClusterEndpoint.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)RdsClusterEndpoint.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)RdsClusterEndpoint.Buildercount(com.hashicorp.cdktf.TerraformCount count)RdsClusterEndpoint.Buildercount(Number count)static RdsClusterEndpoint.Buildercreate(software.constructs.Construct scope, String id)RdsClusterEndpoint.BuildercustomEndpointType(String customEndpointType)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#custom_endpoint_type RdsClusterEndpoint#custom_endpoint_type}.RdsClusterEndpoint.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)RdsClusterEndpoint.BuilderexcludedMembers(List<String> excludedMembers)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#excluded_members RdsClusterEndpoint#excluded_members}.RdsClusterEndpoint.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)RdsClusterEndpoint.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#id RdsClusterEndpoint#id}.RdsClusterEndpoint.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)RdsClusterEndpoint.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)RdsClusterEndpoint.Builderprovisioners(List<? extends Object> provisioners)RdsClusterEndpoint.BuilderstaticMembers(List<String> staticMembers)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#static_members RdsClusterEndpoint#static_members}.RdsClusterEndpoint.Buildertags(Map<String,String> tags)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#tags RdsClusterEndpoint#tags}.RdsClusterEndpoint.BuildertagsAll(Map<String,String> tagsAll)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#tags_all RdsClusterEndpoint#tags_all}.
-
-
-
Method Detail
-
create
@Stability(Stable) public static RdsClusterEndpoint.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
RdsClusterEndpoint.Builder.
-
connection
@Stability(Experimental) public RdsClusterEndpoint.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public RdsClusterEndpoint.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public RdsClusterEndpoint.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public RdsClusterEndpoint.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public RdsClusterEndpoint.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public RdsClusterEndpoint.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public RdsClusterEndpoint.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public RdsClusterEndpoint.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public RdsClusterEndpoint.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
clusterEndpointIdentifier
@Stability(Stable) public RdsClusterEndpoint.Builder clusterEndpointIdentifier(String clusterEndpointIdentifier)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#cluster_endpoint_identifier RdsClusterEndpoint#cluster_endpoint_identifier}.- Parameters:
clusterEndpointIdentifier- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#cluster_endpoint_identifier RdsClusterEndpoint#cluster_endpoint_identifier}. This parameter is required.- Returns:
this
-
clusterIdentifier
@Stability(Stable) public RdsClusterEndpoint.Builder clusterIdentifier(String clusterIdentifier)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#cluster_identifier RdsClusterEndpoint#cluster_identifier}.- Parameters:
clusterIdentifier- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#cluster_identifier RdsClusterEndpoint#cluster_identifier}. This parameter is required.- Returns:
this
-
customEndpointType
@Stability(Stable) public RdsClusterEndpoint.Builder customEndpointType(String customEndpointType)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#custom_endpoint_type RdsClusterEndpoint#custom_endpoint_type}.- Parameters:
customEndpointType- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#custom_endpoint_type RdsClusterEndpoint#custom_endpoint_type}. This parameter is required.- Returns:
this
-
excludedMembers
@Stability(Stable) public RdsClusterEndpoint.Builder excludedMembers(List<String> excludedMembers)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#excluded_members RdsClusterEndpoint#excluded_members}.- Parameters:
excludedMembers- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#excluded_members RdsClusterEndpoint#excluded_members}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public RdsClusterEndpoint.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#id RdsClusterEndpoint#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/aws/5.6.1/docs/resources/rds_cluster_endpoint#id RdsClusterEndpoint#id}. This parameter is required.- Returns:
this
-
staticMembers
@Stability(Stable) public RdsClusterEndpoint.Builder staticMembers(List<String> staticMembers)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#static_members RdsClusterEndpoint#static_members}.- Parameters:
staticMembers- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#static_members RdsClusterEndpoint#static_members}. This parameter is required.- Returns:
this
-
tags
@Stability(Stable) public RdsClusterEndpoint.Builder tags(Map<String,String> tags)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#tags RdsClusterEndpoint#tags}.- Parameters:
tags- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#tags RdsClusterEndpoint#tags}. This parameter is required.- Returns:
this
-
tagsAll
@Stability(Stable) public RdsClusterEndpoint.Builder tagsAll(Map<String,String> tagsAll)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#tags_all RdsClusterEndpoint#tags_all}.- Parameters:
tagsAll- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster_endpoint#tags_all RdsClusterEndpoint#tags_all}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public RdsClusterEndpoint build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RdsClusterEndpoint>- Returns:
- a newly built instance of
RdsClusterEndpoint.
-
-