Class S3OutpostsEndpoint.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.s3_outposts_endpoint.S3OutpostsEndpoint.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<S3OutpostsEndpoint>
- Enclosing class:
- S3OutpostsEndpoint
@Stability(Stable) public static final class S3OutpostsEndpoint.Builder extends Object implements software.amazon.jsii.Builder<S3OutpostsEndpoint>
A fluent builder forS3OutpostsEndpoint.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description S3OutpostsEndpoint.BuilderaccessType(String accessType)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#access_type S3OutpostsEndpoint#access_type}.S3OutpostsEndpointbuild()S3OutpostsEndpoint.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)S3OutpostsEndpoint.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)S3OutpostsEndpoint.Buildercount(com.hashicorp.cdktf.TerraformCount count)S3OutpostsEndpoint.Buildercount(Number count)static S3OutpostsEndpoint.Buildercreate(software.constructs.Construct scope, String id)S3OutpostsEndpoint.BuildercustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#customer_owned_ipv4_pool S3OutpostsEndpoint#customer_owned_ipv4_pool}.S3OutpostsEndpoint.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)S3OutpostsEndpoint.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)S3OutpostsEndpoint.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#id S3OutpostsEndpoint#id}.S3OutpostsEndpoint.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)S3OutpostsEndpoint.BuilderoutpostId(String outpostId)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#outpost_id S3OutpostsEndpoint#outpost_id}.S3OutpostsEndpoint.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)S3OutpostsEndpoint.Builderprovisioners(List<? extends Object> provisioners)S3OutpostsEndpoint.BuildersecurityGroupId(String securityGroupId)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#security_group_id S3OutpostsEndpoint#security_group_id}.S3OutpostsEndpoint.BuildersubnetId(String subnetId)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#subnet_id S3OutpostsEndpoint#subnet_id}.
-
-
-
Method Detail
-
create
@Stability(Stable) public static S3OutpostsEndpoint.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
S3OutpostsEndpoint.Builder.
-
connection
@Stability(Experimental) public S3OutpostsEndpoint.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public S3OutpostsEndpoint.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public S3OutpostsEndpoint.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public S3OutpostsEndpoint.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public S3OutpostsEndpoint.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public S3OutpostsEndpoint.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public S3OutpostsEndpoint.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public S3OutpostsEndpoint.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public S3OutpostsEndpoint.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
outpostId
@Stability(Stable) public S3OutpostsEndpoint.Builder outpostId(String outpostId)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#outpost_id S3OutpostsEndpoint#outpost_id}.- Parameters:
outpostId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#outpost_id S3OutpostsEndpoint#outpost_id}. This parameter is required.- Returns:
this
-
securityGroupId
@Stability(Stable) public S3OutpostsEndpoint.Builder securityGroupId(String securityGroupId)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#security_group_id S3OutpostsEndpoint#security_group_id}.- Parameters:
securityGroupId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#security_group_id S3OutpostsEndpoint#security_group_id}. This parameter is required.- Returns:
this
-
subnetId
@Stability(Stable) public S3OutpostsEndpoint.Builder subnetId(String subnetId)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#subnet_id S3OutpostsEndpoint#subnet_id}.- Parameters:
subnetId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#subnet_id S3OutpostsEndpoint#subnet_id}. This parameter is required.- Returns:
this
-
accessType
@Stability(Stable) public S3OutpostsEndpoint.Builder accessType(String accessType)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#access_type S3OutpostsEndpoint#access_type}.- Parameters:
accessType- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#access_type S3OutpostsEndpoint#access_type}. This parameter is required.- Returns:
this
-
customerOwnedIpv4Pool
@Stability(Stable) public S3OutpostsEndpoint.Builder customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#customer_owned_ipv4_pool S3OutpostsEndpoint#customer_owned_ipv4_pool}.- Parameters:
customerOwnedIpv4Pool- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#customer_owned_ipv4_pool S3OutpostsEndpoint#customer_owned_ipv4_pool}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public S3OutpostsEndpoint.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3outposts_endpoint#id S3OutpostsEndpoint#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/s3outposts_endpoint#id S3OutpostsEndpoint#id}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public S3OutpostsEndpoint build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<S3OutpostsEndpoint>- Returns:
- a newly built instance of
S3OutpostsEndpoint.
-
-