@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.Builder |
accessType(String accessType)
Sets the value of
CfnEndpointProps.getAccessType() |
CfnEndpointProps |
build()
Builds the configured instance.
|
CfnEndpointProps.Builder |
customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
Sets the value of
CfnEndpointProps.getCustomerOwnedIpv4Pool() |
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 accessType(String accessType)
CfnEndpointProps.getAccessType()accessType - `AWS::S3Outposts::Endpoint.AccessType`.this@Stability(value=Stable) public CfnEndpointProps.Builder customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
CfnEndpointProps.getCustomerOwnedIpv4Pool()customerOwnedIpv4Pool - `AWS::S3Outposts::Endpoint.CustomerOwnedIpv4Pool`.this@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.