Interface PipelineEndpointVpcOptions.Builder

  • Method Details

    • subnetIds

      A list of subnet IDs where the pipeline endpoint network interfaces are created.

      Parameters:
      subnetIds - A list of subnet IDs where the pipeline endpoint network interfaces are created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      PipelineEndpointVpcOptions.Builder subnetIds(String... subnetIds)

      A list of subnet IDs where the pipeline endpoint network interfaces are created.

      Parameters:
      subnetIds - A list of subnet IDs where the pipeline endpoint network interfaces are created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      PipelineEndpointVpcOptions.Builder securityGroupIds(Collection<String> securityGroupIds)

      A list of security group IDs that control network access to the pipeline endpoint.

      Parameters:
      securityGroupIds - A list of security group IDs that control network access to the pipeline endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      PipelineEndpointVpcOptions.Builder securityGroupIds(String... securityGroupIds)

      A list of security group IDs that control network access to the pipeline endpoint.

      Parameters:
      securityGroupIds - A list of security group IDs that control network access to the pipeline endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.