Interface SelfManagedKafkaAccessConfigurationVpc.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SelfManagedKafkaAccessConfigurationVpc.Builder,SelfManagedKafkaAccessConfigurationVpc>,SdkBuilder<SelfManagedKafkaAccessConfigurationVpc.Builder,SelfManagedKafkaAccessConfigurationVpc>,SdkPojo
- Enclosing class:
- SelfManagedKafkaAccessConfigurationVpc
public static interface SelfManagedKafkaAccessConfigurationVpc.Builder extends SdkPojo, CopyableBuilder<SelfManagedKafkaAccessConfigurationVpc.Builder,SelfManagedKafkaAccessConfigurationVpc>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelfManagedKafkaAccessConfigurationVpc.BuildersecurityGroup(String... securityGroup)Specifies the security groups associated with the stream.SelfManagedKafkaAccessConfigurationVpc.BuildersecurityGroup(Collection<String> securityGroup)Specifies the security groups associated with the stream.SelfManagedKafkaAccessConfigurationVpc.Buildersubnets(String... subnets)Specifies the subnets associated with the stream.SelfManagedKafkaAccessConfigurationVpc.Buildersubnets(Collection<String> subnets)Specifies the subnets associated with the stream.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
securityGroup
SelfManagedKafkaAccessConfigurationVpc.Builder securityGroup(Collection<String> securityGroup)
Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.
- Parameters:
securityGroup- Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroup
SelfManagedKafkaAccessConfigurationVpc.Builder securityGroup(String... securityGroup)
Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.
- Parameters:
securityGroup- Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
SelfManagedKafkaAccessConfigurationVpc.Builder subnets(Collection<String> subnets)
Specifies the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.
- Parameters:
subnets- Specifies the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
SelfManagedKafkaAccessConfigurationVpc.Builder subnets(String... subnets)
Specifies the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.
- Parameters:
subnets- Specifies the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-