public static interface DescribeVpcConnectionResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<DescribeVpcConnectionResponse.Builder,DescribeVpcConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcConnectionResponse.Builder |
authentication(String authentication)
The authentication type of VPC connection.
|
DescribeVpcConnectionResponse.Builder |
creationTime(Instant creationTime)
The creation time of the VPC connection.
|
DescribeVpcConnectionResponse.Builder |
securityGroups(Collection<String> securityGroups)
The list of security groups for the VPC connection.
|
DescribeVpcConnectionResponse.Builder |
securityGroups(String... securityGroups)
The list of security groups for the VPC connection.
|
DescribeVpcConnectionResponse.Builder |
state(String state)
The state of VPC connection.
|
DescribeVpcConnectionResponse.Builder |
state(VpcConnectionState state)
The state of VPC connection.
|
DescribeVpcConnectionResponse.Builder |
subnets(Collection<String> subnets)
The list of subnets for the VPC connection.
|
DescribeVpcConnectionResponse.Builder |
subnets(String... subnets)
The list of subnets for the VPC connection.
|
DescribeVpcConnectionResponse.Builder |
tags(Map<String,String> tags)
A map of tags for the VPC connection.
|
DescribeVpcConnectionResponse.Builder |
targetClusterArn(String targetClusterArn)
The Amazon Resource Name (ARN) that uniquely identifies an MSK cluster.
|
DescribeVpcConnectionResponse.Builder |
vpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) that uniquely identifies a MSK VPC connection.
|
DescribeVpcConnectionResponse.Builder |
vpcId(String vpcId)
The VPC Id for the VPC connection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVpcConnectionResponse.Builder vpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) that uniquely identifies a MSK VPC connection.
vpcConnectionArn - The Amazon Resource Name (ARN) that uniquely identifies a MSK VPC connection.
DescribeVpcConnectionResponse.Builder targetClusterArn(String targetClusterArn)
The Amazon Resource Name (ARN) that uniquely identifies an MSK cluster.
targetClusterArn - The Amazon Resource Name (ARN) that uniquely identifies an MSK cluster.
DescribeVpcConnectionResponse.Builder state(String state)
The state of VPC connection.
state - The state of VPC connection.
VpcConnectionState,
VpcConnectionStateDescribeVpcConnectionResponse.Builder state(VpcConnectionState state)
The state of VPC connection.
state - The state of VPC connection.
VpcConnectionState,
VpcConnectionStateDescribeVpcConnectionResponse.Builder authentication(String authentication)
The authentication type of VPC connection.
authentication - The authentication type of VPC connection.
DescribeVpcConnectionResponse.Builder vpcId(String vpcId)
The VPC Id for the VPC connection.
vpcId - The VPC Id for the VPC connection.
DescribeVpcConnectionResponse.Builder subnets(Collection<String> subnets)
The list of subnets for the VPC connection.
subnets - The list of subnets for the VPC connection.
DescribeVpcConnectionResponse.Builder subnets(String... subnets)
The list of subnets for the VPC connection.
subnets - The list of subnets for the VPC connection.
DescribeVpcConnectionResponse.Builder securityGroups(Collection<String> securityGroups)
The list of security groups for the VPC connection.
securityGroups - The list of security groups for the VPC connection.
DescribeVpcConnectionResponse.Builder securityGroups(String... securityGroups)
The list of security groups for the VPC connection.
securityGroups - The list of security groups for the VPC connection.
DescribeVpcConnectionResponse.Builder creationTime(Instant creationTime)
The creation time of the VPC connection.
creationTime - The creation time of the VPC connection.
DescribeVpcConnectionResponse.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.