public static interface CreateVpcConnectionRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<CreateVpcConnectionRequest.Builder,CreateVpcConnectionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVpcConnectionRequest.Builder targetClusterArn(String targetClusterArn)
The cluster Amazon Resource Name (ARN) for the VPC connection.
targetClusterArn - The cluster Amazon Resource Name (ARN) for the VPC connection.
CreateVpcConnectionRequest.Builder authentication(String authentication)
The authentication type of VPC connection.
authentication - The authentication type of VPC connection.
CreateVpcConnectionRequest.Builder vpcId(String vpcId)
The VPC ID of VPC connection.
vpcId - The VPC ID of VPC connection.
CreateVpcConnectionRequest.Builder clientSubnets(Collection<String> clientSubnets)
The list of client subnets.
clientSubnets - The list of client subnets.
CreateVpcConnectionRequest.Builder clientSubnets(String... clientSubnets)
The list of client subnets.
clientSubnets - The list of client subnets.
CreateVpcConnectionRequest.Builder securityGroups(Collection<String> securityGroups)
The list of security groups.
securityGroups - The list of security groups.
CreateVpcConnectionRequest.Builder securityGroups(String... securityGroups)
The list of security groups.
securityGroups - The list of security groups.
CreateVpcConnectionRequest.Builder tags(Map<String,String> tags)
A map of tags for the VPC connection.
tags - A map of tags for the VPC connection.
CreateVpcConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateVpcConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.