@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 outpostId(String outpostId)
CfnEndpointProps.getOutpostId()outpostId - The ID of the Outpost. This parameter is required.this@Stability(value=Stable) public CfnEndpointProps.Builder securityGroupId(String securityGroupId)
CfnEndpointProps.getSecurityGroupId()securityGroupId - The ID of the security group to use with the endpoint. This parameter is required.this@Stability(value=Stable) public CfnEndpointProps.Builder subnetId(String subnetId)
CfnEndpointProps.getSubnetId()subnetId - The ID of the subnet. This parameter is required.this@Stability(value=Stable) public CfnEndpointProps.Builder accessType(String accessType)
CfnEndpointProps.getAccessType()accessType - The container for the type of connectivity used to access the Amazon S3 on Outposts endpoint.
To use the Amazon VPC , choose Private . To use the endpoint with an on-premises network, choose CustomerOwnedIp . If you choose CustomerOwnedIp , you must also provide the customer-owned IP address pool (CoIP pool).
Privateis the default access type value.
this@Stability(value=Stable) public CfnEndpointProps.Builder customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
CfnEndpointProps.getCustomerOwnedIpv4Pool()customerOwnedIpv4Pool - The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint.
IP addresses are allocated from this pool for the endpoint.this@Stability(value=Stable) public CfnEndpointProps build()
build in interface software.amazon.jsii.Builder<CfnEndpointProps>CfnEndpointPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.