@Stability(value=Stable) public static final class CfnEndpointProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpointProps>
CfnEndpointProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEndpointProps |
build()
Builds the configured instance.
|
CfnEndpointProps.Builder |
outpostId(String outpostId)
Sets the value of
CfnEndpointProps.getOutpostId() |
CfnEndpointProps.Builder |
securityGroupId(String securityGroupId)
Sets the value of
CfnEndpointProps.getSecurityGroupId() |
CfnEndpointProps.Builder |
subnetId(String subnetId)
Sets the value of
CfnEndpointProps.getSubnetId() |
@Stability(value=Stable) public CfnEndpointProps.Builder outpostId(String outpostId)
CfnEndpointProps.getOutpostId()outpostId - `AWS::S3Outposts::Endpoint.OutpostId`. This parameter is required.this@Stability(value=Stable) public CfnEndpointProps.Builder securityGroupId(String securityGroupId)
CfnEndpointProps.getSecurityGroupId()securityGroupId - `AWS::S3Outposts::Endpoint.SecurityGroupId`. This parameter is required.this@Stability(value=Stable) public CfnEndpointProps.Builder subnetId(String subnetId)
CfnEndpointProps.getSubnetId()subnetId - `AWS::S3Outposts::Endpoint.SubnetId`. This parameter is required.this@Stability(value=Stable) public CfnEndpointProps build()
build in interface software.amazon.jsii.Builder<CfnEndpointProps>CfnEndpointPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.