public static interface SelfManagedKafkaAccessConfigurationVpc.Builder extends SdkPojo, CopyableBuilder<SelfManagedKafkaAccessConfigurationVpc.Builder,SelfManagedKafkaAccessConfigurationVpc>
| Modifier and Type | Method and Description |
|---|---|
SelfManagedKafkaAccessConfigurationVpc.Builder |
securityGroup(Collection<String> securityGroup)
Specifies the security groups associated with the stream.
|
SelfManagedKafkaAccessConfigurationVpc.Builder |
securityGroup(String... securityGroup)
Specifies the security groups associated with the stream.
|
SelfManagedKafkaAccessConfigurationVpc.Builder |
subnets(Collection<String> subnets)
Specifies the subnets associated with the stream.
|
SelfManagedKafkaAccessConfigurationVpc.Builder |
subnets(String... subnets)
Specifies the subnets associated with the stream.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSelfManagedKafkaAccessConfigurationVpc.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.
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.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.
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.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.
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.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.
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.Copyright © 2023. All rights reserved.