Package com.pulumi.aws.pipes.inputs
Class PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.pipes.inputs.PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder
-
- Enclosing class:
- PipeSourceParametersSelfManagedKafkaParametersVpcArgs
public static final class PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PipeSourceParametersSelfManagedKafkaParametersVpcArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PipeSourceParametersSelfManagedKafkaParametersVpcArgs
build()
PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder
securityGroups(com.pulumi.core.Output<java.util.List<java.lang.String>> securityGroups)
PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder
securityGroups(java.lang.String... securityGroups)
PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder
securityGroups(java.util.List<java.lang.String> securityGroups)
PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder
subnets(com.pulumi.core.Output<java.util.List<java.lang.String>> subnets)
PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder
subnets(java.lang.String... subnets)
PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder
subnets(java.util.List<java.lang.String> subnets)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PipeSourceParametersSelfManagedKafkaParametersVpcArgs defaults)
-
-
Method Detail
-
securityGroups
public PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder securityGroups(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> securityGroups)
- Parameters:
securityGroups
- List of 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:
- builder
-
securityGroups
public PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder securityGroups(java.util.List<java.lang.String> securityGroups)
- Parameters:
securityGroups
- List of 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:
- builder
-
securityGroups
public PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder securityGroups(java.lang.String... securityGroups)
- Parameters:
securityGroups
- List of 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:
- builder
-
subnets
public PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder subnets(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> subnets)
- Parameters:
subnets
- List of the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.- Returns:
- builder
-
subnets
public PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder subnets(java.util.List<java.lang.String> subnets)
- Parameters:
subnets
- List of the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.- Returns:
- builder
-
subnets
public PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder subnets(java.lang.String... subnets)
- Parameters:
subnets
- List of the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.- Returns:
- builder
-
build
public PipeSourceParametersSelfManagedKafkaParametersVpcArgs build()
-
-