public static interface CreateVpcConnectionResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<CreateVpcConnectionResponse.Builder,CreateVpcConnectionResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVpcConnectionResponse.Builder vpcConnectionArn(String vpcConnectionArn)
The VPC connection ARN.
vpcConnectionArn - The VPC connection ARN.
CreateVpcConnectionResponse.Builder state(String state)
The State of Vpc Connection.
state - The State of Vpc Connection.
VpcConnectionState,
VpcConnectionStateCreateVpcConnectionResponse.Builder state(VpcConnectionState state)
The State of Vpc Connection.
state - The State of Vpc Connection.
VpcConnectionState,
VpcConnectionStateCreateVpcConnectionResponse.Builder authentication(String authentication)
The authentication type of VPC connection.
authentication - The authentication type of VPC connection.
CreateVpcConnectionResponse.Builder vpcId(String vpcId)
The VPC ID of the VPC connection.
vpcId - The VPC ID of the VPC connection.
CreateVpcConnectionResponse.Builder clientSubnets(Collection<String> clientSubnets)
The list of client subnets.
clientSubnets - The list of client subnets.
CreateVpcConnectionResponse.Builder clientSubnets(String... clientSubnets)
The list of client subnets.
clientSubnets - The list of client subnets.
CreateVpcConnectionResponse.Builder securityGroups(Collection<String> securityGroups)
The list of security groups.
securityGroups - The list of security groups.
CreateVpcConnectionResponse.Builder securityGroups(String... securityGroups)
The list of security groups.
securityGroups - The list of security groups.
CreateVpcConnectionResponse.Builder creationTime(Instant creationTime)
The creation time of VPC connection.
creationTime - The creation time of VPC connection.
CreateVpcConnectionResponse.Builder tags(Map<String,String> tags)
A map of tags for the VPC connection.
tags - A map of tags for the VPC connection.
Copyright © 2023. All rights reserved.