Interface CreateVpcConnectionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateVpcConnectionResponse.Builder,
,CreateVpcConnectionResponse> KafkaResponse.Builder
,SdkBuilder<CreateVpcConnectionResponse.Builder,
,CreateVpcConnectionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateVpcConnectionResponse
-
Method Summary
Modifier and TypeMethodDescriptionauthentication
(String authentication) The authentication type of VPC connection.clientSubnets
(String... clientSubnets) The list of client subnets.clientSubnets
(Collection<String> clientSubnets) The list of client subnets.creationTime
(Instant creationTime) The creation time of VPC connection.securityGroups
(String... securityGroups) The list of security groups.securityGroups
(Collection<String> securityGroups) The list of security groups.The State of Vpc Connection.state
(VpcConnectionState state) The State of Vpc Connection.A map of tags for the VPC connection.vpcConnectionArn
(String vpcConnectionArn) The VPC connection ARN.The VPC ID of the VPC connection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.kafka.model.KafkaResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
vpcConnectionArn
The VPC connection ARN.
- Parameters:
vpcConnectionArn
-The VPC connection ARN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The State of Vpc Connection.
- Parameters:
state
-The State of Vpc Connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The State of Vpc Connection.
- Parameters:
state
-The State of Vpc Connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authentication
The authentication type of VPC connection.
- Parameters:
authentication
-The authentication type of VPC connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The VPC ID of the VPC connection.
- Parameters:
vpcId
-The VPC ID of the VPC connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSubnets
The list of client subnets.
- Parameters:
clientSubnets
-The list of client subnets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSubnets
The list of client subnets.
- Parameters:
clientSubnets
-The list of client subnets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroups
The list of security groups.
- Parameters:
securityGroups
-The list of security groups.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroups
The list of security groups.
- Parameters:
securityGroups
-The list of security groups.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The creation time of VPC connection.
- Parameters:
creationTime
-The creation time of VPC connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A map of tags for the VPC connection.
- Parameters:
tags
-A map of tags for the VPC connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-