@Stability(value=Stable) public static final class CfnEndpoint.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpoint>
CfnEndpoint.| Modifier and Type | Method and Description |
|---|---|
CfnEndpoint |
build() |
static CfnEndpoint.Builder |
create(software.constructs.Construct scope,
String id) |
CfnEndpoint.Builder |
outpostId(String outpostId)
`AWS::S3Outposts::Endpoint.OutpostId`.
|
CfnEndpoint.Builder |
securityGroupId(String securityGroupId)
`AWS::S3Outposts::Endpoint.SecurityGroupId`.
|
CfnEndpoint.Builder |
subnetId(String subnetId)
`AWS::S3Outposts::Endpoint.SubnetId`.
|
@Stability(value=Stable) public static CfnEndpoint.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnEndpoint.NetworkInterfaceProperty.Builder.@Stability(value=Stable) public CfnEndpoint.Builder outpostId(String outpostId)
outpostId - `AWS::S3Outposts::Endpoint.OutpostId`. This parameter is required.this@Stability(value=Stable) public CfnEndpoint.Builder securityGroupId(String securityGroupId)
securityGroupId - `AWS::S3Outposts::Endpoint.SecurityGroupId`. This parameter is required.this@Stability(value=Stable) public CfnEndpoint.Builder subnetId(String subnetId)
subnetId - `AWS::S3Outposts::Endpoint.SubnetId`. This parameter is required.this@Stability(value=Stable) public CfnEndpoint build()
build in interface software.amazon.jsii.Builder<CfnEndpoint>Copyright © 2021. All rights reserved.