public static interface CreateVpcEndpointServiceConfigurationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateVpcEndpointServiceConfigurationRequest.Builder,CreateVpcEndpointServiceConfigurationRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateVpcEndpointServiceConfigurationRequest.Builder acceptanceRequired(Boolean acceptanceRequired)
Indicates whether requests from service consumers to create an endpoint to your service must be accepted. To accept a request, use AcceptVpcEndpointConnections.
acceptanceRequired
- Indicates whether requests from service consumers to create an endpoint to your service must be
accepted. To accept a request, use AcceptVpcEndpointConnections.CreateVpcEndpointServiceConfigurationRequest.Builder privateDnsName(String privateDnsName)
(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.
privateDnsName
- (Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.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 gatewayLoadBalancerArns(Collection<String> gatewayLoadBalancerArns)
The Amazon Resource Names (ARNs) of one or more Gateway Load Balancers.
gatewayLoadBalancerArns
- The Amazon Resource Names (ARNs) of one or more Gateway Load Balancers.CreateVpcEndpointServiceConfigurationRequest.Builder gatewayLoadBalancerArns(String... gatewayLoadBalancerArns)
The Amazon Resource Names (ARNs) of one or more Gateway Load Balancers.
gatewayLoadBalancerArns
- The Amazon Resource Names (ARNs) of one or more Gateway Load Balancers.CreateVpcEndpointServiceConfigurationRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to ensure
idempotency.CreateVpcEndpointServiceConfigurationRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to associate with the service.
tagSpecifications
- The tags to associate with the service.CreateVpcEndpointServiceConfigurationRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to associate with the service.
tagSpecifications
- The tags to associate with the service.CreateVpcEndpointServiceConfigurationRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to associate with the service.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #tagSpecifications(List)
.tagSpecifications
- a consumer that will call methods on List.Builder
#tagSpecifications(List)
CreateVpcEndpointServiceConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateVpcEndpointServiceConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.