@Stability(value=Stable) public static final class CfnVPCEndpointServiceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVPCEndpointServiceProps>
CfnVPCEndpointServiceProps| Constructor and Description |
|---|
Builder() |
@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 contributorInsightsEnabled(Boolean contributorInsightsEnabled)
CfnVPCEndpointServiceProps.getContributorInsightsEnabled()contributorInsightsEnabled - `AWS::EC2::VPCEndpointService.ContributorInsightsEnabled`.this@Stability(value=Stable) public CfnVPCEndpointServiceProps.Builder contributorInsightsEnabled(IResolvable contributorInsightsEnabled)
CfnVPCEndpointServiceProps.getContributorInsightsEnabled()contributorInsightsEnabled - `AWS::EC2::VPCEndpointService.ContributorInsightsEnabled`.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.