Interface VpcConfiguration.Builder

  • Method Details

    • securityGroupIds

      VpcConfiguration.Builder securityGroupIds(Collection<String> securityGroupIds)

      The security group IDs that control network access for the Prometheus collector. These security groups must allow the collector to communicate with your Amazon MSK cluster on the required ports.

      Parameters:
      securityGroupIds - The security group IDs that control network access for the Prometheus collector. These security groups must allow the collector to communicate with your Amazon MSK cluster on the required ports.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      VpcConfiguration.Builder securityGroupIds(String... securityGroupIds)

      The security group IDs that control network access for the Prometheus collector. These security groups must allow the collector to communicate with your Amazon MSK cluster on the required ports.

      Parameters:
      securityGroupIds - The security group IDs that control network access for the Prometheus collector. These security groups must allow the collector to communicate with your Amazon MSK cluster on the required ports.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      The subnet IDs where the Prometheus collector will be deployed. The subnets must be in the same Amazon VPC as your Amazon MSK cluster and have network connectivity to the cluster.

      Parameters:
      subnetIds - The subnet IDs where the Prometheus collector will be deployed. The subnets must be in the same Amazon VPC as your Amazon MSK cluster and have network connectivity to the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      VpcConfiguration.Builder subnetIds(String... subnetIds)

      The subnet IDs where the Prometheus collector will be deployed. The subnets must be in the same Amazon VPC as your Amazon MSK cluster and have network connectivity to the cluster.

      Parameters:
      subnetIds - The subnet IDs where the Prometheus collector will be deployed. The subnets must be in the same Amazon VPC as your Amazon MSK cluster and have network connectivity to the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.