Class PipeSourceParametersSelfManagedKafkaParametersVpcArgs.Builder

    • 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