@Stability(value=Stable) public static final class CfnVPCEndpointServiceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVPCEndpointServiceProps>
CfnVPCEndpointServiceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVPCEndpointServiceProps.Builder |
acceptanceRequired(Boolean acceptanceRequired)
Sets the value of
CfnVPCEndpointServiceProps.getAcceptanceRequired() |
CfnVPCEndpointServiceProps.Builder |
acceptanceRequired(IResolvable acceptanceRequired)
Sets the value of
CfnVPCEndpointServiceProps.getAcceptanceRequired() |
CfnVPCEndpointServiceProps |
build()
Builds the configured instance.
|
CfnVPCEndpointServiceProps.Builder |
gatewayLoadBalancerArns(List<String> gatewayLoadBalancerArns)
Sets the value of
CfnVPCEndpointServiceProps.getGatewayLoadBalancerArns() |
CfnVPCEndpointServiceProps.Builder |
networkLoadBalancerArns(List<String> networkLoadBalancerArns)
Sets the value of
CfnVPCEndpointServiceProps.getNetworkLoadBalancerArns() |
CfnVPCEndpointServiceProps.Builder |
payerResponsibility(String payerResponsibility)
Sets the value of
CfnVPCEndpointServiceProps.getPayerResponsibility() |
@Stability(value=Stable) public CfnVPCEndpointServiceProps.Builder acceptanceRequired(Boolean acceptanceRequired)
CfnVPCEndpointServiceProps.getAcceptanceRequired()acceptanceRequired - Indicates whether requests from service consumers to create an endpoint to your service must be accepted.this@Stability(value=Stable) public CfnVPCEndpointServiceProps.Builder acceptanceRequired(IResolvable acceptanceRequired)
CfnVPCEndpointServiceProps.getAcceptanceRequired()acceptanceRequired - Indicates whether requests from service consumers to create an endpoint to your service must be accepted.this@Stability(value=Stable) public CfnVPCEndpointServiceProps.Builder gatewayLoadBalancerArns(List<String> gatewayLoadBalancerArns)
CfnVPCEndpointServiceProps.getGatewayLoadBalancerArns()gatewayLoadBalancerArns - The Amazon Resource Names (ARNs) of one or more Gateway Load Balancers.this@Stability(value=Stable) public CfnVPCEndpointServiceProps.Builder networkLoadBalancerArns(List<String> networkLoadBalancerArns)
CfnVPCEndpointServiceProps.getNetworkLoadBalancerArns()networkLoadBalancerArns - The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.this@Stability(value=Stable) public CfnVPCEndpointServiceProps.Builder payerResponsibility(String payerResponsibility)
CfnVPCEndpointServiceProps.getPayerResponsibility()payerResponsibility - The entity that is responsible for the endpoint costs.
The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.this@Stability(value=Stable) public CfnVPCEndpointServiceProps build()
build in interface software.amazon.jsii.Builder<CfnVPCEndpointServiceProps>CfnVPCEndpointServicePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.