@Stability(value=Experimental) public static final class VpcEndpointServiceProps.Builder extends Object implements software.amazon.jsii.Builder<VpcEndpointServiceProps>
VpcEndpointServiceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
VpcEndpointServiceProps.Builder |
acceptanceRequired(Boolean acceptanceRequired)
Sets the value of
VpcEndpointServiceProps.getAcceptanceRequired() |
VpcEndpointServiceProps.Builder |
allowedPrincipals(List<? extends ArnPrincipal> allowedPrincipals)
Sets the value of
VpcEndpointServiceProps.getAllowedPrincipals() |
VpcEndpointServiceProps |
build()
Builds the configured instance.
|
VpcEndpointServiceProps.Builder |
vpcEndpointServiceLoadBalancers(List<? extends IVpcEndpointServiceLoadBalancer> vpcEndpointServiceLoadBalancers)
Sets the value of
VpcEndpointServiceProps.getVpcEndpointServiceLoadBalancers() |
@Stability(value=Experimental) public VpcEndpointServiceProps.Builder vpcEndpointServiceLoadBalancers(List<? extends IVpcEndpointServiceLoadBalancer> vpcEndpointServiceLoadBalancers)
VpcEndpointServiceProps.getVpcEndpointServiceLoadBalancers()vpcEndpointServiceLoadBalancers - One or more load balancers to host the VPC Endpoint Service. This parameter is required.this@Stability(value=Experimental) public VpcEndpointServiceProps.Builder acceptanceRequired(Boolean acceptanceRequired)
VpcEndpointServiceProps.getAcceptanceRequired()acceptanceRequired - Whether requests from service consumers to connect to the service through an endpoint must be accepted.this@Stability(value=Experimental) public VpcEndpointServiceProps.Builder allowedPrincipals(List<? extends ArnPrincipal> allowedPrincipals)
VpcEndpointServiceProps.getAllowedPrincipals()allowedPrincipals - IAM users, IAM roles, or AWS accounts to allow inbound connections from.
These principals can connect to your service using VPC endpoints. Takes a
list of one or more ArnPrincipal.this@Stability(value=Experimental) public VpcEndpointServiceProps build()
build in interface software.amazon.jsii.Builder<VpcEndpointServiceProps>VpcEndpointServicePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.