public static interface CreateVpcEndpointServiceConfigurationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateVpcEndpointServiceConfigurationRequest.Builder,CreateVpcEndpointServiceConfigurationRequest>
buildoverrideConfigurationcopyapplyMutation, buildCreateVpcEndpointServiceConfigurationRequest.Builder acceptanceRequired(Boolean acceptanceRequired)
Indicate whether requests from service consumers to create an endpoint to your service must be accepted. To accept a request, use AcceptVpcEndpointConnections.
acceptanceRequired - Indicate whether requests from service consumers to create an endpoint to your service must be
accepted. To accept a request, use AcceptVpcEndpointConnections.CreateVpcEndpointServiceConfigurationRequest.Builder networkLoadBalancerArns(Collection<String> networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.
networkLoadBalancerArns - The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.CreateVpcEndpointServiceConfigurationRequest.Builder networkLoadBalancerArns(String... networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.
networkLoadBalancerArns - The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.CreateVpcEndpointServiceConfigurationRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken - Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more
information, see How to Ensure
Idempotency.CreateVpcEndpointServiceConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateVpcEndpointServiceConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.