Interface CreateVpcConnectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateVpcConnectionResponse.Builder,CreateVpcConnectionResponse>
,KafkaResponse.Builder
,SdkBuilder<CreateVpcConnectionResponse.Builder,CreateVpcConnectionResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- CreateVpcConnectionResponse
public static interface CreateVpcConnectionResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<CreateVpcConnectionResponse.Builder,CreateVpcConnectionResponse>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
vpcConnectionArn
CreateVpcConnectionResponse.Builder vpcConnectionArn(String 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
CreateVpcConnectionResponse.Builder state(String 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:
VpcConnectionState
,VpcConnectionState
-
state
CreateVpcConnectionResponse.Builder state(VpcConnectionState 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:
VpcConnectionState
,VpcConnectionState
-
authentication
CreateVpcConnectionResponse.Builder authentication(String 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
CreateVpcConnectionResponse.Builder vpcId(String 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
CreateVpcConnectionResponse.Builder clientSubnets(Collection<String> 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
CreateVpcConnectionResponse.Builder clientSubnets(String... 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
CreateVpcConnectionResponse.Builder securityGroups(Collection<String> 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
CreateVpcConnectionResponse.Builder securityGroups(String... 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
CreateVpcConnectionResponse.Builder creationTime(Instant 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
CreateVpcConnectionResponse.Builder tags(Map<String,String> 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.
-
-