Interface CreateVpcConnectionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateVpcConnectionRequest.Builder,CreateVpcConnectionRequest>
,KafkaRequest.Builder
,SdkBuilder<CreateVpcConnectionRequest.Builder,CreateVpcConnectionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- CreateVpcConnectionRequest
public static interface CreateVpcConnectionRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<CreateVpcConnectionRequest.Builder,CreateVpcConnectionRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kafka.model.KafkaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
targetClusterArn
CreateVpcConnectionRequest.Builder targetClusterArn(String targetClusterArn)
The cluster Amazon Resource Name (ARN) for the VPC connection.
- Parameters:
targetClusterArn
-The cluster Amazon Resource Name (ARN) for the VPC connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authentication
CreateVpcConnectionRequest.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
CreateVpcConnectionRequest.Builder vpcId(String vpcId)
The VPC ID of VPC connection.
- Parameters:
vpcId
-The VPC ID of VPC connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSubnets
CreateVpcConnectionRequest.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
CreateVpcConnectionRequest.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
CreateVpcConnectionRequest.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
CreateVpcConnectionRequest.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.
-
tags
CreateVpcConnectionRequest.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.
-
overrideConfiguration
CreateVpcConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreateVpcConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-